Changeset a68e6b9 in rtems
- Timestamp:
- 04/15/99 18:58:43 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d006519b
- Parents:
- 2df1974
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/utsname.c
r2df1974 ra68e6b9 9 9 10 10 #include <rtems/system.h> 11 #include <rtems/score/system.h>12 11 #include <rtems/score/object.h> 13 12 … … 34 33 35 34 /* XXX release string is in BAD format for this routine!!! */ 36 strcpy( name->release, " 3.2.0" );35 strcpy( name->release, "4.0.0+" ); 37 36 38 37 /* XXX does this have any meaning for RTEMS */ -
c/src/exec/posix/src/utsname.c
r2df1974 ra68e6b9 9 9 10 10 #include <rtems/system.h> 11 #include <rtems/score/system.h>12 11 #include <rtems/score/object.h> 13 12 … … 34 33 35 34 /* XXX release string is in BAD format for this routine!!! */ 36 strcpy( name->release, " 3.2.0" );35 strcpy( name->release, "4.0.0+" ); 37 36 38 37 /* XXX does this have any meaning for RTEMS */ -
c/src/lib/libc/utsname.c
r2df1974 ra68e6b9 9 9 10 10 #include <rtems/system.h> 11 #include <rtems/score/system.h>12 11 #include <rtems/score/object.h> 13 12 … … 34 33 35 34 /* XXX release string is in BAD format for this routine!!! */ 36 strcpy( name->release, " 3.2.0" );35 strcpy( name->release, "4.0.0+" ); 37 36 38 37 /* XXX does this have any meaning for RTEMS */ -
cpukit/libcsupport/src/utsname.c
r2df1974 ra68e6b9 9 9 10 10 #include <rtems/system.h> 11 #include <rtems/score/system.h>12 11 #include <rtems/score/object.h> 13 12 … … 34 33 35 34 /* XXX release string is in BAD format for this routine!!! */ 36 strcpy( name->release, " 3.2.0" );35 strcpy( name->release, "4.0.0+" ); 37 36 38 37 /* XXX does this have any meaning for RTEMS */
Note: See TracChangeset
for help on using the changeset viewer.