Fix to openbsd-compat/sigact.c for AC_SYS_LARGEFILE
openssh-unix-dev at thewrittenword.com
openssh-unix-dev at thewrittenword.com
Sat Sep 29 13:44:15 EST 2001
When AC_SYS_LARGEFILE comes back, it is important that "config.h" is
included first. The patch below fixes this for
openbsd-compat/sigact.c.
--
albert chin (china at thewrittenword.com)
-- snip snip
--- openbsd-compat/sigact.c.orig Thu Sep 27 01:18:13 2001
+++ openbsd-compat/sigact.c Thu Sep 27 01:18:17 2001
@@ -33,8 +33,8 @@
* and: Eric S. Raymond <esr at snark.thyrsus.com> *
****************************************************************************/
-#include <signal.h>
#include "config.h"
+#include <signal.h>
#include "sigact.h"
/* This file provides sigaction() emulation using sigvec() */
More information about the openssh-unix-dev
mailing list