Support the snapshot file flag, so that tools like 'ls -ol' work

as expected on snapshot files.

PR:		bin/37038
Submitted by:	Joshua Goodall <joshua@roughtrade.net>
This commit is contained in:
Josef Karthauser 2002-04-16 11:03:22 +00:00
parent b2b1845212
commit d2c0ac28da

@ -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 },