Changeset d3b8713a in rtems
- Timestamp:
- Sep 13, 2001, 9:04:49 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0f466f7e
- Parents:
- c8d6691
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/ChangeLog
rc8d6691 rd3b8713a 1 2001-09-13 Joel Sherrill <joel@OARcorp.com> 2 3 * devnull/devnull.c: Eliminate warning. 4 1 5 2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com> 2 6 -
c/src/libmisc/devnull/devnull.c
rc8d6691 rd3b8713a 33 33 34 34 rtems_unsigned32 NULL_major; 35 static initialized;35 static char initialized; 36 36 37 37 rtems_device_driver null_initialize( -
cpukit/libmisc/ChangeLog
rc8d6691 rd3b8713a 1 2001-09-13 Joel Sherrill <joel@OARcorp.com> 2 3 * devnull/devnull.c: Eliminate warning. 4 1 5 2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com> 2 6 -
cpukit/libmisc/devnull/devnull.c
rc8d6691 rd3b8713a 33 33 34 34 rtems_unsigned32 NULL_major; 35 static initialized;35 static char initialized; 36 36 37 37 rtems_device_driver null_initialize(
Note: See TracChangeset
for help on using the changeset viewer.