summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/stack_protector.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-08-08 08:05:33 +0000
committerespie <espie@openbsd.org>2005-08-08 08:05:33 +0000
commitc2c925dec2134a12f472359f2a189e9a312dd721 (patch)
tree474bc5d8051a3cf6a18b0b801aab619000426fe0 /lib/libc/sys/stack_protector.c
parentsync (diff)
downloadwireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.tar.xz
wireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.zip
zap remaining rcsid.
Kill old files that are no longer compiled. okay theo
Diffstat (limited to 'lib/libc/sys/stack_protector.c')
-rw-r--r--lib/libc/sys/stack_protector.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/sys/stack_protector.c b/lib/libc/sys/stack_protector.c
index 2379b955993..1f9050f65ce 100644
--- a/lib/libc/sys/stack_protector.c
+++ b/lib/libc/sys/stack_protector.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: stack_protector.c,v 1.7 2004/09/14 22:19:30 deraadt Exp $ */
+/* $OpenBSD: stack_protector.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 2002 Hiroaki Etoh, Federico G. Schwindt, and Miodrag Vallat.
@@ -27,10 +27,6 @@
*
*/
-#if defined(LIBC_SCCS) && !defined(list)
-static char rcsid[] = "$OpenBSD: stack_protector.c,v 1.7 2004/09/14 22:19:30 deraadt Exp $";
-#endif
-
#include <sys/param.h>
#include <sys/sysctl.h>
#include <signal.h>