diff options
Diffstat (limited to 'sys/i386/boot/dosboot/fs.h')
-rw-r--r-- | sys/i386/boot/dosboot/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/boot/dosboot/fs.h b/sys/i386/boot/dosboot/fs.h index f4c397d..8993dd2 100644 --- a/sys/i386/boot/dosboot/fs.h +++ b/sys/i386/boot/dosboot/fs.h @@ -461,5 +461,5 @@ extern void setblock(struct fs *, u_char *, daddr_t); extern ino_t dirpref(struct fs *);
extern daddr_t mapsearch(struct fs *, struct cg *, daddr_t, int);
-#endif /* KERNEL */
+#endif /* _KERNEL */
#endif /* _UFS_FS_H_ */
|