mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
20010929
- (bal) move reading 'config.h' up higher. Patch by albert chin <china@thewrittenword.com)
This commit is contained in:
parent
0a8a0f4b51
commit
819f1bef5c
@ -1,3 +1,7 @@
|
|||||||
|
20010929
|
||||||
|
- (bal) move reading 'config.h' up higher. Patch by albert chin
|
||||||
|
<china@thewrittenword.com)
|
||||||
|
|
||||||
20010928
|
20010928
|
||||||
- (djm) OpenBSD CVS sync:
|
- (djm) OpenBSD CVS sync:
|
||||||
- djm@cvs.openbsd.org 2001/09/28 09:49:31
|
- djm@cvs.openbsd.org 2001/09/28 09:49:31
|
||||||
@ -6581,4 +6585,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1566 2001/09/28 10:03:25 djm Exp $
|
$Id: ChangeLog,v 1.1567 2001/09/29 14:27:00 mouring Exp $
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
* and: Eric S. Raymond <esr@snark.thyrsus.com> *
|
* and: Eric S. Raymond <esr@snark.thyrsus.com> *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <signal.h>
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include <signal.h>
|
||||||
#include "sigact.h"
|
#include "sigact.h"
|
||||||
|
|
||||||
/* This file provides sigaction() emulation using sigvec() */
|
/* This file provides sigaction() emulation using sigvec() */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user