diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:22:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:22:49 +0000 |
commit | f9443822fcd20f3a99771fe10e81779bd47b58c7 (patch) | |
tree | 08f67d818a3d62a49c73194874355be2c5f9258a /libdiskfs | |
parent | ffde13b585bb890bd151703ed75a43a28fe7356a (diff) |
(struct node): Remove member `identity'.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/diskfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index f60b2b5e..6a76f035 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -80,8 +80,6 @@ struct node int references; /* hard references */ int light_references; /* light references */ - mach_port_t identity; /* io_identity port */ - mach_port_t sockaddr; /* address for S_IFSOCK shortcut */ int owner; |