Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/include/signal.h,v rcsdiff: /ftp/cvs/cvsroot/src/include/signal.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.56 retrieving revision 1.56.10.1 diff -u -p -r1.56 -r1.56.10.1 --- src/include/signal.h 2017/05/09 11:14:16 1.56 +++ src/include/signal.h 2019/06/10 22:05:12 1.56.10.1 @@ -1,4 +1,4 @@ -/* $NetBSD: signal.h,v 1.56 2017/05/09 11:14:16 kre Exp $ */ +/* $NetBSD: signal.h,v 1.56.10.1 2019/06/10 22:05:12 christos Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -44,6 +44,7 @@ #include +__BEGIN_DECLS #if defined(_NETBSD_SOURCE) extern const char *const *sys_signame __RENAME(__sys_signame14); #ifndef __SYS_SIGLIST_DECLARED @@ -54,7 +55,6 @@ extern const char *const *sys_siglist __ extern const int sys_nsig __RENAME(__sys_nsig14); #endif -__BEGIN_DECLS int raise(int); #if defined(_NETBSD_SOURCE)