Browse Source

inet_nsap_{addr,ntoa}() were removed on 2013/12/17

OPENBSD_5_7
guenther 9 years ago
parent
commit
92c0bb0a2a
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/include/arpa/inet.h

+ 1
- 3
src/include/arpa/inet.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: inet.h,v 1.16 2014/07/12 16:25:08 guenther Exp $ */
/* $OpenBSD: inet.h,v 1.17 2014/08/31 04:04:01 guenther Exp $ */
/*
* ++Copyright++ 1983, 1993
@ -116,8 +116,6 @@ char *inet_net_ntop(int, const void *, int, char *, size_t)
__attribute__((__bounded__(__string__,4,5)));
int inet_net_pton(int, const char *, void *, size_t)
__attribute__((__bounded__(__string__,3,4)));
unsigned int inet_nsap_addr(const char *, unsigned char *, int);
char *inet_nsap_ntoa(int, const unsigned char *, char *);
#endif /* __BSD_VISIBLE */
__END_DECLS


Loading…
Cancel
Save