freebsd_amp_hwpstate/sys/isofs/cd9660
Bruce Evans 45199dd745 Change `extern inline' to `static inline' so that several functions
don't go away when the kernel is compiled with -O.

The functions are backed up by extern versions in cd9660_util.c,
but these versions are disabled by `#ifdef __notanymore__'.  They
could have been enabled by using `#if defined(__notanymore__) ||
!defined(__OPTIMIZE__)' but then I would have had to check that
they still work.  The correct way to handle all this is to replace
`extern inline' by `EXTERN_INLINE' and define `EXTERN_INLINE' as
`extern inline' in most modules and as empty in one module.
1995-07-25 21:50:50 +00:00
..
TODO
TODO.hibler
cd9660_bmap.c
cd9660_lookup.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
cd9660_node.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
cd9660_node.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
cd9660_rrip.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
cd9660_rrip.h
cd9660_util.c There is a small bug in the cd9660 code that prevents stating of 1995-07-16 10:20:56 +00:00
cd9660_vfsops.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
cd9660_vnops.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
iso.h Change `extern inline' to `static inline' so that several functions 1995-07-25 21:50:50 +00:00
iso_rrip.h