diff options
author | 2013-06-03 15:56:01 +0000 | |
---|---|---|
committer | 2013-06-03 15:56:01 +0000 | |
commit | 6808b0956c21df8f481789b1f00b9c1c2588caa2 (patch) | |
tree | d77f5b16f8d48a4f775f6bd1baa4e15b689a2cba | |
parent | changes for isc fuse support. not enabled. ok beck deraadt. (diff) | |
download | wireguard-openbsd-6808b0956c21df8f481789b1f00b9c1c2588caa2.tar.xz wireguard-openbsd-6808b0956c21df8f481789b1f00b9c1c2588caa2.zip |
tabs after defines, not spaces
-rw-r--r-- | sys/sys/malloc.h | 4 | ||||
-rw-r--r-- | sys/sys/mount.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index 2201fe76571..30f6fcc3771 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: malloc.h,v 1.106 2013/06/03 15:54:48 tedu Exp $ */ +/* $OpenBSD: malloc.h,v 1.107 2013/06/03 15:56:01 tedu Exp $ */ /* $NetBSD: malloc.h,v 1.39 1998/07/12 19:52:01 augustss Exp $ */ /* @@ -120,7 +120,7 @@ #define M_TTYS 62 /* allocated tty structures */ #define M_EXEC 63 /* argument lists & other mem used by exec */ #define M_MISCFSMNT 64 /* miscfs mount structures */ -#define M_FUSEFS 65 /* fusefs mount structures */ +#define M_FUSEFS 65 /* fusefs mount structures */ /* 66-73 - free */ #define M_PFKEY 74 /* pfkey data */ #define M_TDB 75 /* Transforms database */ diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 47dfe136c5e..977a821e8f3 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.h,v 1.110 2013/06/03 15:54:48 tedu Exp $ */ +/* $OpenBSD: mount.h,v 1.111 2013/06/03 15:56:01 tedu Exp $ */ /* $NetBSD: mount.h,v 1.48 1996/02/18 11:55:47 fvdl Exp $ */ /* @@ -369,7 +369,7 @@ struct statfs53 { #define MOUNT_NCPFS "ncpfs" /* NetWare Network File System */ #define MOUNT_NTFS "ntfs" /* NTFS */ #define MOUNT_UDF "udf" /* UDF */ -#define MOUNT_FUSEFS "fuse" /* FUSE */ +#define MOUNT_FUSEFS "fuse" /* FUSE */ /* * Structure per mounted file system. Each mounted file system has an |