diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/Makefile.in | 4 | ||||
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 4 | ||||
-rw-r--r-- | openbsd-compat/sigact.c (renamed from openbsd-compat/sigaction.c) | 2 | ||||
-rw-r--r-- | openbsd-compat/sigact.h (renamed from openbsd-compat/sigaction.h) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index f243870b9..561965bda 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.5 2001/02/09 01:55:36 djm Exp $ | 1 | # $Id: Makefile.in,v 1.6 2001/02/24 00:24:20 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 getcwd.o getgrouplist.o inet_aton.o inet_ntoa.o mktemp.o realpath.o rresvport.o setenv.o setproctitle.o sigaction.o strlcat.o strlcpy.o strmode.o strsep.o strtok.o vis.o | 19 | OPENBSD=base64.o bindresvport.o daemon.o getcwd.o getgrouplist.o inet_aton.o inet_ntoa.o mktemp.o realpath.o rresvport.o setenv.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o strtok.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 b3e6a5eb7..a377b144d 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.3 2001/02/24 00:24:20 mouring Exp $ */ |
2 | 2 | ||
3 | #ifndef _OPENBSD_H | 3 | #ifndef _OPENBSD_H |
4 | #define _OPENBSD_H | 4 | #define _OPENBSD_H |
@@ -16,7 +16,7 @@ | |||
16 | #include "mktemp.h" | 16 | #include "mktemp.h" |
17 | #include "daemon.h" | 17 | #include "daemon.h" |
18 | #include "base64.h" | 18 | #include "base64.h" |
19 | #include "sigaction.h" | 19 | #include "sigact.h" |
20 | #include "inet_aton.h" | 20 | #include "inet_aton.h" |
21 | #include "inet_ntoa.h" | 21 | #include "inet_ntoa.h" |
22 | #include "strsep.h" | 22 | #include "strsep.h" |
diff --git a/openbsd-compat/sigaction.c b/openbsd-compat/sigact.c index 47d853fe4..390fbd070 100644 --- a/openbsd-compat/sigaction.c +++ b/openbsd-compat/sigact.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | #include <signal.h> | 36 | #include <signal.h> |
37 | #include "config.h" | 37 | #include "config.h" |
38 | #include "sigaction.h" | 38 | #include "sigact.h" |
39 | 39 | ||
40 | /* This file provides sigaction() emulation using sigvec() */ | 40 | /* This file provides sigaction() emulation using sigvec() */ |
41 | /* Use only if this is non POSIX system */ | 41 | /* Use only if this is non POSIX system */ |
diff --git a/openbsd-compat/sigaction.h b/openbsd-compat/sigact.h index b37c1f84a..b37c1f84a 100644 --- a/openbsd-compat/sigaction.h +++ b/openbsd-compat/sigact.h | |||