summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rbootd/utils.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
committerderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
commit043fbe51c197dbbcd422e917b65f765d8b5f8874 (patch)
treef40397532477c8cfb47b06e970b2b31312cba698 /usr.sbin/rbootd/utils.c
parentusing the rcsid is silly (diff)
downloadwireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.tar.xz
wireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.zip
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
Diffstat (limited to 'usr.sbin/rbootd/utils.c')
-rw-r--r--usr.sbin/rbootd/utils.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/rbootd/utils.c b/usr.sbin/rbootd/utils.c
index 428c85b9d68..eb22f6d870e 100644
--- a/usr.sbin/rbootd/utils.c
+++ b/usr.sbin/rbootd/utils.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: utils.c,v 1.9 2004/05/01 00:39:22 deraadt Exp $ */
+/* $OpenBSD: utils.c,v 1.10 2009/10/27 23:59:54 deraadt Exp $ */
/* $NetBSD: utils.c,v 1.5.2.1 1995/11/14 08:45:46 thorpej Exp $ */
/*
@@ -43,11 +43,6 @@
* Author: Jeff Forys, University of Utah CSS
*/
-#ifndef lint
-/*static char sccsid[] = "@(#)utils.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$OpenBSD: utils.c,v 1.9 2004/05/01 00:39:22 deraadt Exp $";
-#endif /* not lint */
-
#include <sys/param.h>
#include <fcntl.h>