summaryrefslogtreecommitdiff
path: root/openbsd-compat/sigact.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-29 14:27:00 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-29 14:27:00 +0000
commit819f1bef5c1baf684afcc5aef4d743f16e0c376b (patch)
treea76498ef09226d5afe2ceb3d0ff53eb5df337646 /openbsd-compat/sigact.c
parent0a8a0f4b5116d64785ffe669372471b8952b47ec (diff)
20010929
- (bal) move reading 'config.h' up higher. Patch by albert chin <china@thewrittenword.com)
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 390fbd070..806eb02b6 100644
--- a/openbsd-compat/sigact.c
+++ b/openbsd-compat/sigact.c
@@ -33,8 +33,8 @@
33 * and: Eric S. Raymond <esr@snark.thyrsus.com> * 33 * and: Eric S. Raymond <esr@snark.thyrsus.com> *
34 ****************************************************************************/ 34 ****************************************************************************/
35 35
36#include <signal.h>
37#include "config.h" 36#include "config.h"
37#include <signal.h>
38#include "sigact.h" 38#include "sigact.h"
39 39
40/* This file provides sigaction() emulation using sigvec() */ 40/* This file provides sigaction() emulation using sigvec() */