diff options
author | 1996-07-05 09:09:06 +0000 | |
---|---|---|
committer | 1996-07-05 09:09:06 +0000 | |
commit | 0b7596fd88eb2e7c96f482ea2b7af8e252989058 (patch) | |
tree | 1a4abf1ee13e9b86fdf191aa0c7c614b4e17b797 | |
parent | Add NCPfs constants. (diff) | |
download | wireguard-openbsd-0b7596fd88eb2e7c96f482ea2b7af8e252989058.tar.xz wireguard-openbsd-0b7596fd88eb2e7c96f482ea2b7af8e252989058.zip |
overly pedantic indentation fix from theo who had a few beer
-rw-r--r-- | sys/sys/mount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h index ab1c6c371cd..68ed984626e 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.h,v 1.9 1996/07/05 06:52:32 mickey Exp $ */ +/* $OpenBSD: mount.h,v 1.10 1996/07/05 09:09:06 deraadt Exp $ */ /* $NetBSD: mount.h,v 1.48 1996/02/18 11:55:47 fvdl Exp $ */ /* @@ -100,7 +100,7 @@ struct statfs { #define MOUNT_CD9660 "cd9660" /* ISO9660 (aka CDROM) Filesystem */ #define MOUNT_UNION "union" /* Union (translucent) Filesystem */ #define MOUNT_ADOSFS "adosfs" /* AmigaDOS Filesystem */ -#define MOUNT_EXT2FS "ext2fs" /* Second Extended Filesystem */ +#define MOUNT_EXT2FS "ext2fs" /* Second Extended Filesystem */ #define MOUNT_NCPFS "ncpfs" /* NetWare Network File System */ /* |