diff options
author | Miles Bader <miles@gnu.org> | 1995-07-16 17:36:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-16 17:36:24 +0000 |
commit | 360a5c7e91454a73a73467e96cc10ccf6dbdd064 (patch) | |
tree | 1c5b122f57f0fa2a8eaa9373624c0375f7db3b20 /pflocal/mig-decls.h | |
parent | 3f203aeffcef731b4c7ab38aed62b6939cb96a0a (diff) |
Formerly mig-decls.h.~3~
Diffstat (limited to 'pflocal/mig-decls.h')
-rw-r--r-- | pflocal/mig-decls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pflocal/mig-decls.h b/pflocal/mig-decls.h index ee8b1955..0efc50cc 100644 --- a/pflocal/mig-decls.h +++ b/pflocal/mig-decls.h @@ -30,7 +30,7 @@ typedef struct addr *addr_t; extern inline sock_user_t begin_using_sock_user_port(mach_port_t port) { - return (sock_user_t)ports_lookup_port (0, port, fsys_port_class); + return (sock_user_t)ports_lookup_port (0, port, sock_user_port_class); } extern inline void @@ -43,7 +43,7 @@ end_using_sock_user_port (sock_user_t sock_user) extern inline addr_t begin_using_addr_port(mach_port_t port) { - return (addr_t)ports_lookup_port (0, port, fsys_port_class); + return (addr_t)ports_lookup_port (0, port, addr_port_class); } extern inline void |