X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/aee8ddf863ac27154c06dbe543e40b2d299f541e..5485e062213aa576f431ef766f639e248716dfe8:/usr/src/sys/ufs/ffs/inode.h diff --git a/usr/src/sys/ufs/ffs/inode.h b/usr/src/sys/ufs/ffs/inode.h index 89df7d825d..15efb10086 100644 --- a/usr/src/sys/ufs/ffs/inode.h +++ b/usr/src/sys/ufs/ffs/inode.h @@ -1,4 +1,4 @@ -/* inode.h 4.9 81/11/14 */ +/* inode.h 4.10 82/02/27 */ /* * The I node is the focus of all file activity in UNIX. @@ -71,8 +71,7 @@ struct inode *namei(); #define IFDIR 0040000 /* directory */ #define IFBLK 0060000 /* block special */ #define IFREG 0100000 /* regular */ -#define IFSYMREG 0110000 /* regular symbolic link */ -#define IFSYMDIR 0130000 /* directory symbolic link */ +#define IFLNK 0120000 /* symbolic link */ #define IFPORTAL 0140000 /* portal */ #define ISUID 04000 /* set user id on execution */ #define ISGID 02000 /* set group id on execution */