s/PORTAL/SOCK/
authorBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 1 Nov 1982 07:56:09 +0000 (23:56 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 1 Nov 1982 07:56:09 +0000 (23:56 -0800)
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
usr/src/sys/ufs/ffs/inode.h
usr/src/sys/ufs/ufs/dinode.h
usr/src/sys/ufs/ufs/inode.h

index a91ba78..16060de 100644 (file)
@@ -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.
 
 /*
  * 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        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 */
 #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 */
index 1967df3..e231e1c 100644 (file)
@@ -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.
 
 /*
  * 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        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 */
 #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 */
index a91ba78..16060de 100644 (file)
@@ -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.
 
 /*
  * 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        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 */
 #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 */
index 1967df3..e231e1c 100644 (file)
@@ -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.
 
 /*
  * 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        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 */
 #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 */