Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/rcs/lib we are going to have sa_sigaction, when ...



details:   https://anonhg.NetBSD.org/src/rev/859811bd2608
branches:  trunk
changeset: 551380:859811bd2608
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 06 09:43:34 2003 +0000

description:
we are going to have sa_sigaction, when we get siginfo.

diffstat:

 gnu/usr.bin/rcs/lib/conf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d4ee28ce27de -r 859811bd2608 gnu/usr.bin/rcs/lib/conf.h
--- a/gnu/usr.bin/rcs/lib/conf.h        Sat Sep 06 09:42:12 2003 +0000
+++ b/gnu/usr.bin/rcs/lib/conf.h        Sat Sep 06 09:43:34 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.11 1997/03/25 13:56:36 lukem Exp $  */
+/*     $NetBSD: conf.h,v 1.12 2003/09/06 09:43:34 christos Exp $       */
 
 /* example RCS compile-time configuration */
 
@@ -161,7 +161,7 @@
 #define has_setreuid 0 /* Does setreuid() work?  See ../INSTALL.RCS.  */
 #define has_setuid 1 /* Does setuid() exist?  */
 #define has_sigaction 1 /* Does struct sigaction work?  */
-#define has_sa_sigaction 0 /* Does struct sigaction have sa_sigaction?  */
+#define has_sa_sigaction 1 /* Does struct sigaction have sa_sigaction?  */
 #define has_signal 1 /* Does signal() work?  */
 #define signal_type void /* type returned by signal handlers */
 #define sig_zaps_handler 0 /* Must a signal handler reinvoke signal()?  */



Home | Main Index | Thread Index | Old Index