1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Add our own copy of inet_aton() for sparc_solaris, which doesn't have it in

the standard C library.
This commit is contained in:
Bryan Henderson
1996-10-28 09:00:54 +00:00
parent b0d6f0aa63
commit b13ffd34b3
3 changed files with 170 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
int
inet_aton(const char *cp, struct in_addr *addr);