freebsd-skq/sys/fs
rodrigc dba46a3ce7 Do not declare a struct as extern, and then implement
it as static in the same file.  This is not legal C,
and GCC 4.0 will issue an error.

Reviewed by:	phk
Approved by:	das (mentor)
2005-05-31 14:50:49 +00:00
..
cd9660
coda
deadfs
devfs Do not declare a struct as extern, and then implement 2005-05-31 14:50:49 +00:00
fdescfs
fifofs
hpfs
msdosfs
ntfs
nullfs
nwfs Do not dereference dvp pointer before doing a NULL check. 2005-05-11 19:08:38 +00:00
portalfs
procfs
pseudofs
smbfs Staticize a symbol used only in this file. 2005-05-06 20:47:09 +00:00
udf Fix three typos in comments. Two of them obtained from OpenBSD. 2005-05-11 21:10:35 +00:00
umapfs
unionfs