From f5daf2459e8bc3002f84a9b708ca8c2de12b7d74 Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 1 Apr 2007 13:41:10 +0000 Subject: Style nit. --- sys/sys/mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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*/ -- cgit v1.1