- (dtucker) [openbsd-compat/sigact.h] Add "OPENBSD ORIGINAL" marker.

This commit is contained in:
Darren Tucker 2005-11-10 16:31:55 +11:00
parent 5224566303
commit 925d1de3fb
2 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,7 @@
after the copyright notices. Having them at the top next to the CVSIDs
guarantees a conflict for each and every sync.
- (dtucker) [openbsd-compat/strlcpy.c] Update from OpenBSD 1.8 -> 1.10.
- (dtucker) [openbsd-compat/sigact.h] Add "OPENBSD ORIGINAL" marker.
20051105
- (djm) OpenBSD CVS Sync
@ -3260,4 +3261,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (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 $

View File

@ -40,6 +40,8 @@
* and usually no sigaction() nor <termios.h>
*/
/* OPENBSD ORIGINAL: lib/libcurses/SigAction.h */
#ifndef _SIGACTION_H
#define _SIGACTION_H