diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/Makefile.in | 4 | ||||
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index 64a089321..564fab2bf 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.12 2001/06/25 08:09:17 djm Exp $ | 1 | # $Id: Makefile.in,v 1.13 2001/06/28 23:30:38 mouring Exp $ |
2 | 2 | ||
3 | sysconfdir=@sysconfdir@ | 3 | sysconfdir=@sysconfdir@ |
4 | piddir=@piddir@ | 4 | piddir=@piddir@ |
@@ -16,7 +16,7 @@ RANLIB=@RANLIB@ | |||
16 | INSTALL=@INSTALL@ | 16 | INSTALL=@INSTALL@ |
17 | LDFLAGS=-L. @LDFLAGS@ | 17 | LDFLAGS=-L. @LDFLAGS@ |
18 | 18 | ||
19 | OPENBSD=base64.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o getusershell.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o strtok.o vis.o | 19 | OPENBSD=base64.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o glob.o inet_aton.o inet_ntoa.o mktemp.o readpassphrase.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o vis.o |
20 | 20 | ||
21 | COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o | 21 | COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o |
22 | 22 | ||
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 9b8bf35fa..02e7a57d3 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.8 2001/06/25 08:09:17 djm Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.9 2001/06/28 23:30:38 mouring Exp $ */ |
2 | 2 | ||
3 | #ifndef _OPENBSD_H | 3 | #ifndef _OPENBSD_H |
4 | #define _OPENBSD_H | 4 | #define _OPENBSD_H |
@@ -20,14 +20,11 @@ | |||
20 | #include "sigact.h" | 20 | #include "sigact.h" |
21 | #include "inet_aton.h" | 21 | #include "inet_aton.h" |
22 | #include "inet_ntoa.h" | 22 | #include "inet_ntoa.h" |
23 | #include "inet_ntop.h" | ||
24 | #include "strsep.h" | 23 | #include "strsep.h" |
25 | #include "strtok.h" | ||
26 | #include "vis.h" | 24 | #include "vis.h" |
27 | #include "setproctitle.h" | 25 | #include "setproctitle.h" |
28 | #include "getgrouplist.h" | 26 | #include "getgrouplist.h" |
29 | #include "glob.h" | 27 | #include "glob.h" |
30 | #include "getusershell.h" | ||
31 | #include "readpassphrase.h" | 28 | #include "readpassphrase.h" |
32 | 29 | ||
33 | /* Home grown routines */ | 30 | /* Home grown routines */ |