diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2002-05-24 00:16:13 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2002-05-24 00:16:13 +0000 |
| commit | 23bb7c1425368b747a2ac2aa723e5567635c9f48 (patch) | |
| tree | e579c0514f5ef9ab89fe7492129c9ac368769fc9 | |
| parent | 530622075e6832f6e7ca534fd88ffcdd9db050f7 (diff) | |
Notes
| -rw-r--r-- | sys/fs/unionfs/union.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h index 12d3ef3453b1..29e53f6d9025 100644 --- a/sys/fs/unionfs/union.h +++ b/sys/fs/unionfs/union.h @@ -43,7 +43,7 @@ struct union_args { int mntflags; /* Options on the mount */ }; -#define UNMNT_ABOVE 0x0001 /* Target appears below mount point */ +#define UNMNT_ABOVE 0x0001 /* Target appears above mount point */ #define UNMNT_BELOW 0x0002 /* Target appears below mount point */ #define UNMNT_REPLACE 0x0003 /* Target replaces mount point */ #define UNMNT_OPMASK 0x0003 |
