]> andersk Git - openssh.git/commitdiff
- (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
authormouring <mouring>
Sat, 24 Feb 2001 00:24:19 +0000 (00:24 +0000)
committermouring <mouring>
Sat, 24 Feb 2001 00:24:19 +0000 (00:24 +0000)
   some platforms.

ChangeLog
openbsd-compat/Makefile.in
openbsd-compat/openbsd-compat.h
openbsd-compat/sigact.c [moved from openbsd-compat/sigaction.c with 99% similarity]
openbsd-compat/sigact.h [moved from openbsd-compat/sigaction.h with 100% similarity]

index c23e09d9b8fb84baacb8cb556703539472cedfbf..38c48e2a542f46afd0091c71d2c454afd7a7fa47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 20010224
  - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
    Patch by Pekka Savola <pekkas@netcore.fi>
+ - (bal) Renamed sigaction.[ch] to sigact.[ch].  Causes problems with
+   some platforms.
 
 20010223
  - (bal) Fix --define rh7 in openssh.spec file.  Patch by Steve Tell
index d830d2610e3ff0e626885e07c0ae2c73cdcf9fa4..6665d9d486005bdb46813f96d3097f3c563ce49c 100644 (file)
@@ -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
 
index 754c17df51759846a678f362a518e63fbf616113..788b644f9ce2b4cd7facc1abdf2a4391e9c99fd5 100644 (file)
@@ -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"
similarity index 99%
rename from openbsd-compat/sigaction.c
rename to openbsd-compat/sigact.c
index 47d853fe48f4742c271b13ec2c7f1626d590682f..390fbd0705c98be08ad2a08e23e3c664eaec617a 100644 (file)
@@ -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 */
This page took 0.053829 seconds and 5 git commands to generate.