diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:56:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:56:16 +0000 |
commit | 4d2f59c949545034248fc9b30418448009435b4c (patch) | |
tree | 603fe763f9c86f919fb73f6aef0fe5a78a37dbd3 /libnetfs/make-protid.c | |
parent | 943a956949c3df3c4a765bf8b651173590cb2af9 (diff) |
(netfs_make_protid): Fixup
Diffstat (limited to 'libnetfs/make-protid.c')
-rw-r--r-- | libnetfs/make-protid.c | 2 |
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; |