Cleanup in signal.c and related tests
[mono.git] / mcs / class / Mono.Posix / Mono.Unix / FileSpecialAttributes.cs
index 8f4bdbff83d70b32f3e5a4084613f233fbebbc93..cab587c41d45511d6b1eae41f0b4eb2582d46a7f 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //   Jonathan Pryor (jonpryor@vt.edu)
 //
-// (C) 2005 Jonathan Pryor
+// (C) 2005-2006 Jonathan Pryor
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -36,7 +36,6 @@ namespace Mono.Unix {
                SetUserId   = (int) Native.FilePermissions.S_ISUID,
                SetGroupId  = (int) Native.FilePermissions.S_ISGID,
                Sticky      = (int) Native.FilePermissions.S_ISVTX,
-               AllAttributes = SetUserId | SetGroupId | Sticky,
        }
 }