We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3677e86 commit 9e41af2Copy full SHA for 9e41af2
src/backend/port/ultrix4/port-protos.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: port-protos.h,v 1.3 1996/11/27 08:15:30 bryanh Exp $
+ * $Id: port-protos.h,v 1.4 1997/01/16 06:32:17 bryanh Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -40,4 +40,11 @@ extern void init_address_fixup(void);
40
/* strdup.c: strdup() is not part of libc on Ultrix */
41
extern char* strdup(char const*);
42
43
+/* inet_aton() is not part of libc on Ultrix. The following is from
44
+ backend/port/inet_aton.h
45
+*/
46
+
47
+int
48
+inet_aton(const char *cp, struct in_addr *addr);
49
50
#endif /* PORT_PORTOS_H */
0 commit comments