diff options
Diffstat (limited to 'src/backend/port/ultrix4/port-protos.h')
-rw-r--r-- | src/backend/port/ultrix4/port-protos.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/backend/port/ultrix4/port-protos.h b/src/backend/port/ultrix4/port-protos.h index 091e8528418..fc3b40c7629 100644 --- a/src/backend/port/ultrix4/port-protos.h +++ b/src/backend/port/ultrix4/port-protos.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: port-protos.h,v 1.7 1997/09/08 02:27:36 momjian Exp $ + * $Id: port-protos.h,v 1.8 1997/12/19 22:46:47 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -40,15 +40,4 @@ extern int syscall(); extern void init_address_fixup(void); -/* strdup.c: strdup() is not part of libc on Ultrix */ -extern char *strdup(char const *); - -/* inet_aton() is not part of libc on Ultrix. The following is from - backend/port/inet_aton.h -*/ - -struct in_addr; -int - inet_aton(const char *cp, struct in_addr * addr); - #endif /* PORT_PORTOS_H */ |