- (dtucker) [openbsd-compat/sigact.h] Add "OPENBSD ORIGINAL" marker.
This commit is contained in:
parent
5224566303
commit
925d1de3fb
|
@ -18,6 +18,7 @@
|
||||||
after the copyright notices. Having them at the top next to the CVSIDs
|
after the copyright notices. Having them at the top next to the CVSIDs
|
||||||
guarantees a conflict for each and every sync.
|
guarantees a conflict for each and every sync.
|
||||||
- (dtucker) [openbsd-compat/strlcpy.c] Update from OpenBSD 1.8 -> 1.10.
|
- (dtucker) [openbsd-compat/strlcpy.c] Update from OpenBSD 1.8 -> 1.10.
|
||||||
|
- (dtucker) [openbsd-compat/sigact.h] Add "OPENBSD ORIGINAL" marker.
|
||||||
|
|
||||||
20051105
|
20051105
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
@ -3260,4 +3261,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3963 2005/11/10 05:26:17 dtucker Exp $
|
$Id: ChangeLog,v 1.3964 2005/11/10 05:31:55 dtucker Exp $
|
||||||
|
|
|
@ -40,6 +40,8 @@
|
||||||
* and usually no sigaction() nor <termios.h>
|
* and usually no sigaction() nor <termios.h>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* OPENBSD ORIGINAL: lib/libcurses/SigAction.h */
|
||||||
|
|
||||||
#ifndef _SIGACTION_H
|
#ifndef _SIGACTION_H
|
||||||
#define _SIGACTION_H
|
#define _SIGACTION_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue