diff --git a/c/src/lib/libcpu/sh/sh7045/ChangeLog b/c/src/lib/libcpu/sh/sh7045/ChangeLog index ecbb1371af..f2b18857ae 100644 --- a/c/src/lib/libcpu/sh/sh7045/ChangeLog +++ b/c/src/lib/libcpu/sh/sh7045/ChangeLog @@ -1,3 +1,9 @@ +2003-02-03 Joel Sherrill + + PR 338/filesystem + * sci/sci.c: Side-effect of fixing reentrancy problem with + rtems_io_lookup_name() (API change). + 2003-01-16 Ralf Corsepius * Makefile.am: Merge-in subdir Makefile.ams diff --git a/c/src/lib/libcpu/sh/sh7045/sci/sci.c b/c/src/lib/libcpu/sh/sh7045/sci/sci.c index 7430a6bbf5..c3cb2384d2 100644 --- a/c/src/lib/libcpu/sh/sh7045/sci/sci.c +++ b/c/src/lib/libcpu/sh/sh7045/sci/sci.c @@ -293,9 +293,9 @@ rtems_device_driver sh_sci_initialize( rtems_device_minor_number minor, void *arg ) { - rtems_device_driver status ; + rtems_device_driver status; rtems_device_minor_number i; - rtems_driver_name_t *driver = NULL; + rtems_driver_name_t driver; /*