summaryrefslogtreecommitdiff
path: root/openbsd-compat/sigact.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-27 18:23:20 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-27 18:23:20 +0000
commitdd21fe9ca0293264924d9045e7a9aab1e7f31f28 (patch)
treef0d90ab15f6c19aca9584cc0da0c1debe4a94634 /openbsd-compat/sigact.c
parent596273516c67cfded71acee848de6db4daa41a1a (diff)
- (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise
have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim
Diffstat (limited to 'openbsd-compat/sigact.c')
-rw-r--r--openbsd-compat/sigact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/sigact.c b/openbsd-compat/sigact.c
index 806eb02b6..35fbab0eb 100644
--- a/openbsd-compat/sigact.c
+++ b/openbsd-compat/sigact.c
@@ -33,7 +33,7 @@
33 * and: Eric S. Raymond <esr@snark.thyrsus.com> * 33 * and: Eric S. Raymond <esr@snark.thyrsus.com> *
34 ****************************************************************************/ 34 ****************************************************************************/
35 35
36#include "config.h" 36#include "includes.h"
37#include <signal.h> 37#include <signal.h>
38#include "sigact.h" 38#include "sigact.h"
39 39