diff options
author | mouring <mouring> | 2001-02-24 00:24:19 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-02-24 00:24:19 +0000 |
commit | 45a881ff8c1c9f6c5011510b835268a1c24e864e (patch) | |
tree | 75393ea2b55365568241fafa524b605eff2277c4 /openbsd-compat | |
parent | ad4315979dd68a1b0f42e4dff877dfcdc429b8b5 (diff) | |
download | openssh-45a881ff8c1c9f6c5011510b835268a1c24e864e.tar.gz |
- (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
some platforms.
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 f243870b..561965bd 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.5 2001/02/09 01:55:36 djm Exp $ +# $Id: Makefile.in,v 1.6 2001/02/24 00:24:20 mouring Exp $ sysconfdir=@sysconfdir@ piddir=@piddir@ @@ -16,7 +16,7 @@ RANLIB=@RANLIB@ INSTALL=@INSTALL@ LDFLAGS=-L. @LDFLAGS@ -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 +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 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 diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index b3e6a5eb..a377b144 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h @@ -1,4 +1,4 @@ -/* $Id: openbsd-compat.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ +/* $Id: openbsd-compat.h,v 1.3 2001/02/24 00:24:20 mouring Exp $ */ #ifndef _OPENBSD_H #define _OPENBSD_H @@ -16,7 +16,7 @@ #include "mktemp.h" #include "daemon.h" #include "base64.h" -#include "sigaction.h" +#include "sigact.h" #include "inet_aton.h" #include "inet_ntoa.h" #include "strsep.h" diff --git a/openbsd-compat/sigaction.c b/openbsd-compat/sigact.c index 47d853fe..390fbd07 100644 --- a/openbsd-compat/sigaction.c +++ b/openbsd-compat/sigact.c @@ -35,7 +35,7 @@ #include <signal.h> #include "config.h" -#include "sigaction.h" +#include "sigact.h" /* This file provides sigaction() emulation using sigvec() */ /* Use only if this is non POSIX system */ diff --git a/openbsd-compat/sigaction.h b/openbsd-compat/sigact.h index b37c1f84..b37c1f84 100644 --- a/openbsd-compat/sigaction.h +++ b/openbsd-compat/sigact.h |