freebsd-dev/sys/fs/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
..
cd9660_bmap.c Added $Id$ 1994-08-02 07:55:43 +00:00
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 Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
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_rrip.h Added $Id$ 1994-08-02 07:55:43 +00:00
iso.h Change extern inline' to static inline' so that several functions 1995-07-25 21:50:50 +00:00
TODO Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
TODO.hibler BSD 4.4 Lite Kernel Sources 1994-05-24 10:09:53 +00:00