From 4d2f59c949545034248fc9b30418448009435b4c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 22:56:16 +0000 Subject: (netfs_make_protid): Fixup --- libnetfs/make-protid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetfs/make-protid.c') diff --git a/libnetfs/make-protid.c b/libnetfs/make-protid.c index c92d21e4..352698e2 100644 --- a/libnetfs/make-protid.c +++ b/libnetfs/make-protid.c @@ -26,7 +26,7 @@ netfs_make_protid (struct peropen *po, struct netcred *cred) struct protid *pi; errno = ports_create_port (netfs_protid_class, netfs_port_bucket, - sizeof (struct protid, &pi)); + sizeof (struct protid), &pi); if (errno) return 0; -- cgit v1.2.3