diff options
-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; |