From 7ef603f59f0c89bcbe77793eee77fb12d167a558 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Mon, 1 Nov 1982 01:54:45 -0800 Subject: [PATCH] i_socket is i_un.is_socket; i_un was missing SCCS-vsn: sys/ufs/ffs/dinode.h 4.19 SCCS-vsn: sys/ufs/ffs/inode.h 4.19 SCCS-vsn: sys/ufs/ufs/dinode.h 4.19 SCCS-vsn: sys/ufs/ufs/inode.h 4.19 --- usr/src/sys/ufs/ffs/dinode.h | 4 ++-- usr/src/sys/ufs/ffs/inode.h | 4 ++-- usr/src/sys/ufs/ufs/dinode.h | 4 ++-- usr/src/sys/ufs/ufs/inode.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/usr/src/sys/ufs/ffs/dinode.h b/usr/src/sys/ufs/ffs/dinode.h index 16060de077..23ba1e2bf0 100644 --- a/usr/src/sys/ufs/ffs/dinode.h +++ b/usr/src/sys/ufs/ffs/dinode.h @@ -1,4 +1,4 @@ -/* dinode.h 4.18 82/10/31 */ +/* dinode.h 4.19 82/10/31 */ /* * The I node is the focus of all file activity in UNIX. @@ -63,7 +63,7 @@ struct dinode { #define i_ctime i_ic.ic_ctime #define i_rdev i_ic.ic_db[0] #define i_lastr i_un.if_lastr -#define i_socket is_socket +#define i_socket i_un.is_socket #define i_forw i_chain[0] #define i_back i_chain[1] #define i_freef i_un.i_fr.if_freef diff --git a/usr/src/sys/ufs/ffs/inode.h b/usr/src/sys/ufs/ffs/inode.h index e231e1cd34..5be727add5 100644 --- a/usr/src/sys/ufs/ffs/inode.h +++ b/usr/src/sys/ufs/ffs/inode.h @@ -1,4 +1,4 @@ -/* inode.h 4.18 82/10/31 */ +/* inode.h 4.19 82/10/31 */ /* * The I node is the focus of all file activity in UNIX. @@ -63,7 +63,7 @@ struct dinode { #define i_ctime i_ic.ic_ctime #define i_rdev i_ic.ic_db[0] #define i_lastr i_un.if_lastr -#define i_socket is_socket +#define i_socket i_un.is_socket #define i_forw i_chain[0] #define i_back i_chain[1] #define i_freef i_un.i_fr.if_freef diff --git a/usr/src/sys/ufs/ufs/dinode.h b/usr/src/sys/ufs/ufs/dinode.h index 16060de077..23ba1e2bf0 100644 --- a/usr/src/sys/ufs/ufs/dinode.h +++ b/usr/src/sys/ufs/ufs/dinode.h @@ -1,4 +1,4 @@ -/* dinode.h 4.18 82/10/31 */ +/* dinode.h 4.19 82/10/31 */ /* * The I node is the focus of all file activity in UNIX. @@ -63,7 +63,7 @@ struct dinode { #define i_ctime i_ic.ic_ctime #define i_rdev i_ic.ic_db[0] #define i_lastr i_un.if_lastr -#define i_socket is_socket +#define i_socket i_un.is_socket #define i_forw i_chain[0] #define i_back i_chain[1] #define i_freef i_un.i_fr.if_freef diff --git a/usr/src/sys/ufs/ufs/inode.h b/usr/src/sys/ufs/ufs/inode.h index e231e1cd34..5be727add5 100644 --- a/usr/src/sys/ufs/ufs/inode.h +++ b/usr/src/sys/ufs/ufs/inode.h @@ -1,4 +1,4 @@ -/* inode.h 4.18 82/10/31 */ +/* inode.h 4.19 82/10/31 */ /* * The I node is the focus of all file activity in UNIX. @@ -63,7 +63,7 @@ struct dinode { #define i_ctime i_ic.ic_ctime #define i_rdev i_ic.ic_db[0] #define i_lastr i_un.if_lastr -#define i_socket is_socket +#define i_socket i_un.is_socket #define i_forw i_chain[0] #define i_back i_chain[1] #define i_freef i_un.i_fr.if_freef -- 2.20.1