summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-03 15:22:49 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-03 15:22:49 +0000
commitf9443822fcd20f3a99771fe10e81779bd47b58c7 (patch)
tree08f67d818a3d62a49c73194874355be2c5f9258a
parentffde13b585bb890bd151703ed75a43a28fe7356a (diff)
(struct node): Remove member `identity'.
-rw-r--r--libdiskfs/diskfs.h2
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;