summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-10-02 23:55:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-10-02 23:55:19 +0000
commitd6b2a0a7355e22633580611f401b6e25463494d7 (patch)
treee91d6a8ff6891a549691a58880876e824470ea2a
parent92b18f394c67d4b9dd2a6bab5383911d30c5e9ce (diff)
get rid of some unneeded $Id stuff
-rw-r--r--usr.bin/compile_et/compile_et.15
-rw-r--r--usr.sbin/ndp/gmt2local.c7
-rw-r--r--usr.sbin/ndp/gmt2local.h3
3 files changed, 4 insertions, 11 deletions
diff --git a/usr.bin/compile_et/compile_et.1 b/usr.bin/compile_et/compile_et.1
index 72e7852196a..00602f0f171 100644
--- a/usr.bin/compile_et/compile_et.1
+++ b/usr.bin/compile_et/compile_et.1
@@ -1,10 +1,9 @@
.\" Copyright (c) 1988 Massachusetts Institute of Technology,
.\" Student Information Processing Board. All rights reserved.
.\"
-.\" $OpenBSD: compile_et.1,v 1.15 2007/10/07 15:46:17 deraadt Exp $
-.\" $Id: compile_et.1,v 1.15 2007/10/07 15:46:17 deraadt Exp $
+.\" $OpenBSD: compile_et.1,v 1.16 2008/10/02 23:55:18 deraadt Exp $
.\"
-.Dd $Mdocdate: October 7 2007 $
+.Dd $Mdocdate: October 2 2008 $
.Dt COMPILE_ET 1
.Os
.Sh NAME
diff --git a/usr.sbin/ndp/gmt2local.c b/usr.sbin/ndp/gmt2local.c
index 01ff8732d22..e98711dfa5b 100644
--- a/usr.sbin/ndp/gmt2local.c
+++ b/usr.sbin/ndp/gmt2local.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gmt2local.c,v 1.2 2007/10/07 15:46:17 deraadt Exp $ */
+/* $OpenBSD: gmt2local.c,v 1.3 2008/10/02 23:55:18 deraadt Exp $ */
/*
* Copyright (c) 1997
@@ -21,11 +21,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-static const char rcsid[] =
- "@(#) $Id: gmt2local.c,v 1.2 2007/10/07 15:46:17 deraadt Exp $ (LBL)";
-#endif
-
#include <sys/types.h>
#include <sys/time.h>
diff --git a/usr.sbin/ndp/gmt2local.h b/usr.sbin/ndp/gmt2local.h
index 915a4164835..07dada3869e 100644
--- a/usr.sbin/ndp/gmt2local.h
+++ b/usr.sbin/ndp/gmt2local.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gmt2local.h,v 1.2 2007/10/07 15:46:17 deraadt Exp $ */
+/* $OpenBSD: gmt2local.h,v 1.3 2008/10/02 23:55:18 deraadt Exp $ */
/*
* Copyright (c) 1997
@@ -20,7 +20,6 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Id: gmt2local.h,v 1.2 2007/10/07 15:46:17 deraadt Exp $ (LBL)
*/
#ifndef gmt2local_h
#define gmt2local_h