summaryrefslogtreecommitdiff
path: root/libnetfs/netfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-02 15:04:56 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-02 15:04:56 +0000
commit8429b0f92f3b20bc9073bc0f0635ad9898121a77 (patch)
treeeb6d10af3ffbd4ee0f99294f4b286ff99b906333 /libnetfs/netfs.h
parent6a786656f8400a47cbba5e985b529c387bcfba39 (diff)
(struct node): Member identity now points to a struct.
Diffstat (limited to 'libnetfs/netfs.h')
-rw-r--r--libnetfs/netfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h
index 5cd180b0..c9e3b754 100644
--- a/libnetfs/netfs.h
+++ b/libnetfs/netfs.h
@@ -73,7 +73,7 @@ struct node
mach_port_t sockaddr;
- mach_port_t identity;
+ struct identity *identity;
int owner;