From 8429b0f92f3b20bc9073bc0f0635ad9898121a77 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 2 Jul 1996 15:04:56 +0000 Subject: (struct node): Member identity now points to a struct. --- libnetfs/netfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs/netfs.h') 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; -- cgit v1.2.3