[Glibc-bsd-commits] r2064 - trunk/glibc-ports/kfreebsd/bits

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Fri Dec 7 22:00:06 UTC 2007


Author: ps-guest
Date: 2007-12-07 22:00:06 +0000 (Fri, 07 Dec 2007)
New Revision: 2064

Modified:
   trunk/glibc-ports/kfreebsd/bits/stat.h
Log:
* define SF_SNAPSHOT in <bits/stat.h>



Modified: trunk/glibc-ports/kfreebsd/bits/stat.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/stat.h	2007-12-07 21:47:16 UTC (rev 2063)
+++ trunk/glibc-ports/kfreebsd/bits/stat.h	2007-12-07 22:00:06 UTC (rev 2064)
@@ -184,6 +184,7 @@
 # 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 */
 
 __BEGIN_DECLS
 




More information about the Glibc-bsd-commits mailing list