diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-02 15:04:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-02 15:04:56 +0000 |
commit | 8429b0f92f3b20bc9073bc0f0635ad9898121a77 (patch) | |
tree | eb6d10af3ffbd4ee0f99294f4b286ff99b906333 | |
parent | 6a786656f8400a47cbba5e985b529c387bcfba39 (diff) |
(struct node): Member identity now points to a struct.
-rw-r--r-- | libnetfs/netfs.h | 2 |
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; |