[523] in Athena Bugs
missing?
daemon@ATHENA.MIT.EDU (vanharen@ATHENA.MIT.EDU)
Fri Jul 15 14:06:28 1988
From: <vanharen@ATHENA.MIT.EDU>
Date: Fri, 15 Jul 88 14:05:56 EDT
To: bugs@ATHENA.MIT.EDU
From the man page for "chmod" (man 2 chmod) --------------------
... defined in <sys/inode.h>:
ISUID 04000 set user ID on execution
ISGID 02000 set group ID on execution
ISVTX 01000 `sticky bit' (see below)
... etc. -----------------------------------------------------
Now, try to find the file referred to:
ls -l /usr/include/sys/inode.h
/usr/include/sys/inode.h not found
Where did this file go? Was it replaced by something else?
-Chris VanHaren