summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 22:56:16 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 22:56:16 +0000
commit4d2f59c949545034248fc9b30418448009435b4c (patch)
tree603fe763f9c86f919fb73f6aef0fe5a78a37dbd3 /libnetfs
parent943a956949c3df3c4a765bf8b651173590cb2af9 (diff)
(netfs_make_protid): Fixup
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/make-protid.c2
1 files changed, 1 insertions, 1 deletions
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;