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/lib/libc/misc/stack_protector.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/misc/stack_protector.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/lib/libc/misc/stack_protector.c 2007/11/13 15:21:20 1.1 +++ src/lib/libc/misc/stack_protector.c 2008/06/03 19:22:37 1.2 @@ -1,4 +1,4 @@ -/* $NetBSD: stack_protector.c,v 1.1 2007/11/13 15:21:20 ad Exp $ */ +/* $NetBSD: stack_protector.c,v 1.2 2008/06/03 19:22:37 ad Exp $ */ /* $OpenBSD: stack_protector.c,v 1.10 2006/03/31 05:34:44 deraadt Exp $ */ /* @@ -28,7 +28,7 @@ * */ #include -__RCSID("$NetBSD: stack_protector.c,v 1.1 2007/11/13 15:21:20 ad Exp $"); +__RCSID("$NetBSD: stack_protector.c,v 1.2 2008/06/03 19:22:37 ad Exp $"); #ifdef _LIBC #include "namespace.h" @@ -44,7 +44,7 @@ __RCSID("$NetBSD: stack_protector.c,v 1. #include "extern.h" #else #define __sysctl sysctl -extern int xprintf(const char *fmt, ...); +void xprintf(const char *fmt, ...); #include #endif