summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-16 22:49:31 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-16 22:49:31 +1100
commit3c774c52f31b54eccb5a936470d21d196968693b (patch)
tree83cf29713e72c9099ad5189c61d10d0f7e2b5345 /openbsd-compat/port-aix.c
parentc97b01af62fa73b31a5b0c86c21c3347cdd0874d (diff)
- (dtucker) [configure.ac openbsd-compat/port-aix.{c,h}] Silence some more
compiler warnings on AIX.
Diffstat (limited to 'openbsd-compat/port-aix.c')
-rw-r--r--openbsd-compat/port-aix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c
index 8ab862f98..fa6a4ff7b 100644
--- a/openbsd-compat/port-aix.c
+++ b/openbsd-compat/port-aix.c
@@ -37,10 +37,6 @@
37#include <sys/socket.h> 37#include <sys/socket.h>
38#include "port-aix.h" 38#include "port-aix.h"
39 39
40/* These should be in the system headers but are not. */
41int usrinfo(int, char *, int);
42int setauthdb(const char *, char *);
43
44# ifdef HAVE_SETAUTHDB 40# ifdef HAVE_SETAUTHDB
45static char old_registry[REGISTRY_SIZE] = ""; 41static char old_registry[REGISTRY_SIZE] = "";
46# endif 42# endif