summaryrefslogtreecommitdiffstats
path: root/sys/sys/stat.h
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2000-07-04 04:58:34 +0000
committermckusick <mckusick@FreeBSD.org>2000-07-04 04:58:34 +0000
commit5e6b00a0a70c6df314384e61f6db7131308e1add (patch)
tree63aeae2ac4bafff3e2991ec769442667a718abfe /sys/sys/stat.h
parent2f0e9591fa0ef8bf1039608fd618c45ca89f9ec5 (diff)
downloadFreeBSD-src-5e6b00a0a70c6df314384e61f6db7131308e1add.zip
FreeBSD-src-5e6b00a0a70c6df314384e61f6db7131308e1add.tar.gz
Get userland visible flags added for snapshots to give a few days
advance preparation for them to get migrated into place so that subsequent changes in utilities will not fail to compile for lack of up-to-date header files in /usr/include.
Diffstat (limited to 'sys/sys/stat.h')
-rw-r--r--sys/sys/stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
index 21cfbc4..15367b3 100644
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -222,6 +222,7 @@ struct nstat {
#define SF_IMMUTABLE 0x00020000 /* file may not be changed */
#define SF_APPEND 0x00040000 /* writes to file may only append */
#define SF_NOUNLINK 0x00100000 /* file may not be removed or renamed */
+#define SF_SNAPSHOT 0x00200000 /* snapshot inode */
#ifdef _KERNEL
/*
OpenPOWER on IntegriCloud