diff options
author | Roland McGrath <roland@gnu.org> | 2000-02-07 02:25:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-02-07 02:25:57 +0000 |
commit | eee4d4133d6f7ccbda6bbddfabf7746054ad36d1 (patch) | |
tree | 078264899234c898542fbf816e0119a5a2f44ecd /pfinet/pfinet.h | |
parent | 96b2a9a9c243bf9d93b3b2737aef62e281000097 (diff) |
2000-02-06 Roland McGrath <roland@baalperazim.frob.com>
* socket.c (make_sock_user): Take new argument CONSUME.
* pfinet.h: Update decl.
* io-ops.c (S_io_reauthenticate, S_io_restrict_auth, S_io_duplicate):
Callers changed, these all pass false.
* socket-ops.c (S_socket_create, S_socket_accept): Callers changed,
these ones pass true.
Diffstat (limited to 'pfinet/pfinet.h')
-rw-r--r-- | pfinet/pfinet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index b5c551d8..35c76570 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -57,7 +57,7 @@ struct sock_addr void ethernet_initialize (void); int ethernet_demuxer (mach_msg_header_t *, mach_msg_header_t *); void setup_ethernet_device (char *); -struct sock_user *make_sock_user (struct socket *, int, int); +struct sock_user *make_sock_user (struct socket *, int, int, int); error_t make_sockaddr_port (struct socket *, int, mach_port_t *, mach_msg_type_name_t *); void init_devices (void); |