mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Remove old prototypes for addr2ascii() and ascii2addr(), functions which no
longer exist in libc. Requested by: Craig Rodrigues Approved by: re (kensmith)
This commit is contained in:
parent
680e3e034b
commit
0ad9d01971
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171954
@ -154,8 +154,6 @@ const char *inet_ntop(int, const void * __restrict, char * __restrict,
|
||||
int inet_pton(int, const char * __restrict, void * __restrict);
|
||||
|
||||
#if __BSD_VISIBLE
|
||||
int ascii2addr(int, const char *, void *);
|
||||
char *addr2ascii(int, const void *, int, char *);
|
||||
int inet_aton(const char *, struct in_addr *);
|
||||
in_addr_t inet_lnaof(struct in_addr);
|
||||
struct in_addr inet_makeaddr(in_addr_t, in_addr_t);
|
||||
|
Loading…
Reference in New Issue
Block a user