summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>2000-07-23 21:30:06 +0000
committerpjanzen <pjanzen@openbsd.org>2000-07-23 21:30:06 +0000
commite3f5649b37ba42030a29223bc570bba92d3c888c (patch)
treeba033af617504c62c634cd51fe6defbe96a8a13c
parentAdd a little blurb explaing the meaning of mtree's output. (diff)
downloadwireguard-openbsd-e3f5649b37ba42030a29223bc570bba92d3c888c.tar.xz
wireguard-openbsd-e3f5649b37ba42030a29223bc570bba92d3c888c.zip
Consistent tabs
-rw-r--r--sys/sys/stat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
index 25662e02a90..abe9eaf8d04 100644
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stat.h,v 1.7 1998/02/16 21:56:25 millert Exp $ */
+/* $OpenBSD: stat.h,v 1.8 2000/07/23 21:30:06 pjanzen Exp $ */
/* $NetBSD: stat.h,v 1.20 1996/05/16 22:17:49 cgd Exp $ */
/*-
@@ -161,7 +161,7 @@ struct stat {
/* 0666 */
#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
-#define S_BLKSIZE 512 /* block size used in the stat struct */
+#define S_BLKSIZE 512 /* block size used in the stat struct */
/*
* Definitions of flags stored in file flags word.
@@ -172,7 +172,7 @@ struct stat {
#define UF_NODUMP 0x00000001 /* do not dump file */
#define UF_IMMUTABLE 0x00000002 /* file may not be changed */
#define UF_APPEND 0x00000004 /* writes to file may only append */
-#define UF_OPAQUE 0x00000008 /* directory is opaque wrt. union */
+#define UF_OPAQUE 0x00000008 /* directory is opaque wrt. union */
/*
* Super-user changeable flags.
*/