Browse Source

Move prototype for bindresvport(3) to <netiniet/in.h> as it is

not rpc-specific and other stuff uses it now.
OPENBSD_2_2
millert 27 years ago
parent
commit
2f68d51273
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/include/rpc/rpc.h

+ 0
- 1
src/include/rpc/rpc.h View File

@ -88,7 +88,6 @@ extern struct rpcent *getrpcent __P((void));
extern void setrpcent __P((int));
extern void endrpcent __P((void));
extern int bindresvport __P((int, struct sockaddr_in *));
extern int get_myaddress __P((struct sockaddr_in *));
__END_DECLS


Loading…
Cancel
Save