diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-01 17:01:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-01 17:01:08 +0000 |
commit | 44c8d81b6a9974824d8b4d2284b8acf25797d2ac (patch) | |
tree | 19c63da511e54b3525fb701f248edba70745b31f /sys | |
parent | 1d8b37c69ca15e065c00671f8457b6df577db257 (diff) |
indent
Diffstat (limited to 'sys')
-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 18e2a568536..9f60ccc5860 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.h,v 1.23 1998/08/30 17:11:34 art Exp $ */ +/* $OpenBSD: mount.h,v 1.24 1998/09/01 17:01:07 deraadt Exp $ */ /* $NetBSD: mount.h,v 1.48 1996/02/18 11:55:47 fvdl Exp $ */ /* @@ -108,7 +108,7 @@ struct statfs { #define MOUNT_ADOSFS "adosfs" /* AmigaDOS Filesystem */ #define MOUNT_EXT2FS "ext2fs" /* Second Extended Filesystem */ #define MOUNT_NCPFS "ncpfs" /* NetWare Network File System */ -#define MOUNT_XFS "xfs" /* xfs */ +#define MOUNT_XFS "xfs" /* xfs */ /* * Structure per mounted file system. Each mounted file system has an |