summaryrefslogtreecommitdiff
path: root/usr.bin/m4/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/m4/misc.c')
-rw-r--r--usr.bin/m4/misc.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c
index cf608d36024..e71716978d3 100644
--- a/usr.bin/m4/misc.c
+++ b/usr.bin/m4/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.31 2005/05/29 18:44:36 espie Exp $ */
+/* $OpenBSD: misc.c,v 1.32 2005/08/06 16:22:26 espie Exp $ */
/* $NetBSD: misc.c,v 1.6 1995/09/28 05:37:41 tls Exp $ */
/*
@@ -33,14 +33,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93";
-#else
-static char rcsid[] = "$OpenBSD: misc.c,v 1.31 2005/05/29 18:44:36 espie Exp $";
-#endif
-#endif /* not lint */
-
#include <sys/types.h>
#include <errno.h>
#include <unistd.h>