From 5e6b00a0a70c6df314384e61f6db7131308e1add Mon Sep 17 00:00:00 2001 From: mckusick Date: Tue, 4 Jul 2000 04:58:34 +0000 Subject: 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. --- sys/sys/stat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sys/stat.h') 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 /* -- cgit v1.1