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.2.4.1 retrieving revision 1.3 diff -u -p -r1.2.4.1 -r1.3 --- src/lib/libc/misc/stack_protector.c 2009/02/02 22:07:40 1.2.4.1 +++ src/lib/libc/misc/stack_protector.c 2009/01/30 23:21:02 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: stack_protector.c,v 1.2.4.1 2009/02/02 22:07:40 snj Exp $ */ +/* $NetBSD: stack_protector.c,v 1.3 2009/01/30 23:21:02 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.2.4.1 2009/02/02 22:07:40 snj Exp $"); +__RCSID("$NetBSD: stack_protector.c,v 1.3 2009/01/30 23:21:02 ad Exp $"); #ifdef _LIBC #include "namespace.h"