From dc9a2d803d9ef3bb8e311bf9f1ef34d9183bbe54 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Sun, 31 Oct 1982 23:56:09 -0800 Subject: [PATCH] s/PORTAL/SOCK/ SCCS-vsn: sys/ufs/ffs/dinode.h 4.18 SCCS-vsn: sys/ufs/ffs/inode.h 4.18 SCCS-vsn: sys/ufs/ufs/dinode.h 4.18 SCCS-vsn: sys/ufs/ufs/inode.h 4.18 --- usr/src/sys/ufs/ffs/dinode.h | 5 +++-- usr/src/sys/ufs/ffs/inode.h | 5 +++-- usr/src/sys/ufs/ufs/dinode.h | 5 +++-- usr/src/sys/ufs/ufs/inode.h | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/usr/src/sys/ufs/ffs/dinode.h b/usr/src/sys/ufs/ffs/dinode.h index a91ba78b0b..16060de077 100644 --- a/usr/src/sys/ufs/ffs/dinode.h +++ b/usr/src/sys/ufs/ffs/dinode.h @@ -1,4 +1,4 @@ -/* dinode.h 4.17 82/10/20 */ +/* dinode.h 4.18 82/10/31 */ /* * The I node is the focus of all file activity in UNIX. @@ -115,7 +115,8 @@ struct inode *namei(); #define IFBLK 0060000 /* block special */ #define IFREG 0100000 /* regular */ #define IFLNK 0120000 /* symbolic link */ -#define IFPORTAL 0140000 /* portal */ +#define IFSOCK 0140000 /* socket */ + #define ISUID 04000 /* set user id on execution */ #define ISGID 02000 /* set group id on execution */ #define ISVTX 01000 /* save swapped text even after use */ diff --git a/usr/src/sys/ufs/ffs/inode.h b/usr/src/sys/ufs/ffs/inode.h index 1967df3fbd..e231e1cd34 100644 --- a/usr/src/sys/ufs/ffs/inode.h +++ b/usr/src/sys/ufs/ffs/inode.h @@ -1,4 +1,4 @@ -/* inode.h 4.17 82/10/20 */ +/* inode.h 4.18 82/10/31 */ /* * The I node is the focus of all file activity in UNIX. @@ -115,7 +115,8 @@ struct inode *namei(); #define IFBLK 0060000 /* block special */ #define IFREG 0100000 /* regular */ #define IFLNK 0120000 /* symbolic link */ -#define IFPORTAL 0140000 /* portal */ +#define IFSOCK 0140000 /* socket */ + #define ISUID 04000 /* set user id on execution */ #define ISGID 02000 /* set group id on execution */ #define ISVTX 01000 /* save swapped text even after use */ diff --git a/usr/src/sys/ufs/ufs/dinode.h b/usr/src/sys/ufs/ufs/dinode.h index a91ba78b0b..16060de077 100644 --- a/usr/src/sys/ufs/ufs/dinode.h +++ b/usr/src/sys/ufs/ufs/dinode.h @@ -1,4 +1,4 @@ -/* dinode.h 4.17 82/10/20 */ +/* dinode.h 4.18 82/10/31 */ /* * The I node is the focus of all file activity in UNIX. @@ -115,7 +115,8 @@ struct inode *namei(); #define IFBLK 0060000 /* block special */ #define IFREG 0100000 /* regular */ #define IFLNK 0120000 /* symbolic link */ -#define IFPORTAL 0140000 /* portal */ +#define IFSOCK 0140000 /* socket */ + #define ISUID 04000 /* set user id on execution */ #define ISGID 02000 /* set group id on execution */ #define ISVTX 01000 /* save swapped text even after use */ diff --git a/usr/src/sys/ufs/ufs/inode.h b/usr/src/sys/ufs/ufs/inode.h index 1967df3fbd..e231e1cd34 100644 --- a/usr/src/sys/ufs/ufs/inode.h +++ b/usr/src/sys/ufs/ufs/inode.h @@ -1,4 +1,4 @@ -/* inode.h 4.17 82/10/20 */ +/* inode.h 4.18 82/10/31 */ /* * The I node is the focus of all file activity in UNIX. @@ -115,7 +115,8 @@ struct inode *namei(); #define IFBLK 0060000 /* block special */ #define IFREG 0100000 /* regular */ #define IFLNK 0120000 /* symbolic link */ -#define IFPORTAL 0140000 /* portal */ +#define IFSOCK 0140000 /* socket */ + #define ISUID 04000 /* set user id on execution */ #define ISGID 02000 /* set group id on execution */ #define ISVTX 01000 /* save swapped text even after use */ -- 2.20.1