summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-04-16 11:03:22 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-04-16 11:03:22 +0000
commitd2c0ac28da5d14c3ad61a2309ccf5b7a7b2d016c (patch)
tree11e5c83170f3631ed49075bf6e7a38110ea37530 /lib/libc
parentb2b1845212368b09a8a73068db8e4463832c1c09 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/strtofflags.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c
index 292f1c53a8db..be54f6a7570c 100644
--- a/lib/libc/gen/strtofflags.c
+++ b/lib/libc/gen/strtofflags.c
@@ -59,6 +59,9 @@ static struct {
{ "nosimmutable", SF_IMMUTABLE, 0 },
{ "nosunlnk", SF_NOUNLINK, 0 },
{ "nosunlink", SF_NOUNLINK, 0 },
+#ifdef SF_SNAPSHOT
+ { "nosnapshot", SF_SNAPSHOT, 0 },
+#endif
{ "nouappnd", UF_APPEND, 0 },
{ "nouappend", UF_APPEND, 0 },
{ "nouchg", UF_IMMUTABLE, 0 },