diff options
Diffstat (limited to 'sys/msdosfs/fat.h')
-rw-r--r-- | sys/msdosfs/fat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/msdosfs/fat.h b/sys/msdosfs/fat.h index 9f20cbae4199..7dd5bbfffd74 100644 --- a/sys/msdosfs/fat.h +++ b/sys/msdosfs/fat.h @@ -83,7 +83,7 @@ #define MSDOSFSEOF(pmp, cn) ((((cn) | ~(pmp)->pm_fatmask) & CLUST_EOFS) == CLUST_EOFS) -#ifdef KERNEL +#ifdef _KERNEL /* * These are the values for the function argument to the function * fatentry(). @@ -105,4 +105,4 @@ int freeclusterchain __P((struct msdosfsmount *pmp, u_long startchain)); int extendfile __P((struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, int flags)); void fc_purge __P((struct denode *dep, u_int frcn)); -#endif /* KERNEL */ +#endif /* _KERNEL */ |