1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Style nit.

This commit is contained in:
Pawel Jakub Dawidek 2007-04-01 13:41:10 +00:00
parent 6b8ef68111
commit daa88cdf0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168212

View File

@ -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*/