summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-04-01 13:41:10 +0000
committerpjd <pjd@FreeBSD.org>2007-04-01 13:41:10 +0000
commitf5daf2459e8bc3002f84a9b708ca8c2de12b7d74 (patch)
treecdfe8e6db1d2abbf3b44fc5a5119c485366b6194 /sys
parent4a558e4ff58e8ae5339ea8a8fa3faf42078a77c9 (diff)
downloadFreeBSD-src-f5daf2459e8bc3002f84a9b708ca8c2de12b7d74.zip
FreeBSD-src-f5daf2459e8bc3002f84a9b708ca8c2de12b7d74.tar.gz
Style nit.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index ec091d3..2cb8651 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -424,7 +424,7 @@ struct ovfsconf {
#define VFCF_STATIC 0x00010000 /* statically compiled into kernel */
#define VFCF_NETWORK 0x00020000 /* may get data over the network */
#define VFCF_READONLY 0x00040000 /* writes are not implemented */
-#define VFCF_SYNTHETIC 0x00080000 /* data does not represent real files */
+#define VFCF_SYNTHETIC 0x00080000 /* data does not represent real files */
#define VFCF_LOOPBACK 0x00100000 /* aliases some other mounted FS */
#define VFCF_UNICODE 0x00200000 /* stores file names as Unicode*/
OpenPOWER on IntegriCloud