summaryrefslogtreecommitdiffstats
path: root/usr.sbin/netgroup_mkdb
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/netgroup_mkdb
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/netgroup_mkdb')
-rw-r--r--usr.sbin/netgroup_mkdb/netgroup_mkdb.c5
-rw-r--r--usr.sbin/netgroup_mkdb/str.c4
-rw-r--r--usr.sbin/netgroup_mkdb/util.c4
3 files changed, 1 insertions, 12 deletions
diff --git a/usr.sbin/netgroup_mkdb/netgroup_mkdb.c b/usr.sbin/netgroup_mkdb/netgroup_mkdb.c
index 2e630d9ed41..3f7926abe1c 100644
--- a/usr.sbin/netgroup_mkdb/netgroup_mkdb.c
+++ b/usr.sbin/netgroup_mkdb/netgroup_mkdb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: netgroup_mkdb.c,v 1.14 2008/05/17 23:31:52 sobrado Exp $ */
+/* $OpenBSD: netgroup_mkdb.c,v 1.15 2009/10/27 23:59:53 deraadt Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@@ -30,9 +30,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-#ifndef lint
-static char *rcsid = "$OpenBSD: netgroup_mkdb.c,v 1.14 2008/05/17 23:31:52 sobrado Exp $";
-#endif
#include <sys/types.h>
#include <sys/param.h>
diff --git a/usr.sbin/netgroup_mkdb/str.c b/usr.sbin/netgroup_mkdb/str.c
index e312103435a..748041b63e4 100644
--- a/usr.sbin/netgroup_mkdb/str.c
+++ b/usr.sbin/netgroup_mkdb/str.c
@@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char *rcsid = "$Id: str.c,v 1.3 2005/05/16 03:12:59 deraadt Exp $";
-#endif
-
/*
* Counted strings
*/
diff --git a/usr.sbin/netgroup_mkdb/util.c b/usr.sbin/netgroup_mkdb/util.c
index d315831c57d..1b4439d2fdc 100644
--- a/usr.sbin/netgroup_mkdb/util.c
+++ b/usr.sbin/netgroup_mkdb/util.c
@@ -29,10 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char *rcsid = "$Id: util.c,v 1.4 2005/05/16 03:12:59 deraadt Exp $";
-#endif
-
#include <err.h>
#include <stdlib.h>
#include <string.h>