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/usr.bin/patch/common.h,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/patch/common.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- src/usr.bin/patch/common.h 2005/03/25 23:00:55 1.17 +++ src/usr.bin/patch/common.h 2007/10/14 04:54:34 1.18 @@ -1,4 +1,4 @@ -/* $NetBSD: common.h,v 1.17 2005/03/25 23:00:55 skd Exp $ */ +/* $NetBSD: common.h,v 1.18 2007/10/14 04:54:34 lukem Exp $ */ /* * Copyright (c) 1988, Larry Wall @@ -161,3 +161,4 @@ EXT char *revision INIT(NULL); /* prere #endif void my_exit(int) __attribute__((__noreturn__)); +void my_sig_exit(int) __attribute__((__noreturn__));