summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.c
diff options
context:
space:
mode:
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