diff options
Diffstat (limited to 'misc/fstab.h')
-rw-r--r-- | misc/fstab.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/fstab.h b/misc/fstab.h index d45ce62d2b..d2e27d9711 100644 --- a/misc/fstab.h +++ b/misc/fstab.h @@ -33,9 +33,9 @@ * @(#)fstab.h 8.1 (Berkeley) 6/2/93 */ -#ifndef _FSTAB_H_ +#ifndef _FSTAB_H +#define _FSTAB_H 1 -#define _FSTAB_H_ 1 #include <features.h> /* @@ -79,4 +79,4 @@ extern void endfsent __P ((void)); __END_DECLS -#endif /* !_FSTAB_H_ */ +#endif /* fstab.h */ |