Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153080859
D56015.id174080.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
988 B
Referenced Files
None
Subscribers
None
D56015.id174080.diff
View Options
diff --git a/lib/libsys/stat.2 b/lib/libsys/stat.2
--- a/lib/libsys/stat.2
+++ b/lib/libsys/stat.2
@@ -295,7 +295,7 @@
#define S_IFWHT 0160000 /* whiteout */
#define S_ISUID 0004000 /* set user id on execution */
#define S_ISGID 0002000 /* set group id on execution */
-#define S_ISVTX 0001000 /* save swapped text even after use */
+#define S_ISVTX 0001000 /* sticky(7) bit is set */
#define S_IRWXU 0000700 /* RWX mask for owner */
#define S_IRUSR 0000400 /* read permission, owner */
#define S_IWUSR 0000200 /* write permission, owner */
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -273,7 +273,7 @@
#define S_IFREG 0100000 /* regular */
#define S_IFLNK 0120000 /* symbolic link */
#define S_IFSOCK 0140000 /* socket */
-#define S_ISVTX 0001000 /* save swapped text even after use */
+#define S_ISVTX 0001000 /* sticky(7) bit is set */
#endif
#if __BSD_VISIBLE
#define S_IFWHT 0160000 /* whiteout */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 12:20 AM (4 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31811577
Default Alt Text
D56015.id174080.diff (988 B)
Attached To
Mode
D56015: stat(2): Send to sticky(7) in the S_ISVTX description
Attached
Detach File
Event Timeline
Log In to Comment