Module Name: src
Committed By: wiz
Date: Mon Nov 28 10:10:10 UTC 2011
Modified Files:
src/usr.bin/cmp: regular.c special.c
Log Message:
Remove unused header. From Henning Petersen in PR 45658.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/cmp/regular.c
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/cmp/special.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/cmp/regular.c
diff -u src/usr.bin/cmp/regular.c:1.22 src/usr.bin/cmp/regular.c:1.23
--- src/usr.bin/cmp/regular.c:1.22 Sat Apr 18 06:24:05 2009
+++ src/usr.bin/cmp/regular.c Mon Nov 28 10:10:10 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: regular.c,v 1.22 2009/04/18 06:24:05 lukem Exp $ */
+/* $NetBSD: regular.c,v 1.23 2011/11/28 10:10:10 wiz Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94";
#else
-__RCSID("$NetBSD: regular.c,v 1.22 2009/04/18 06:24:05 lukem Exp $");
+__RCSID("$NetBSD: regular.c,v 1.23 2011/11/28 10:10:10 wiz Exp $");
#endif
#endif /* not lint */
@@ -46,7 +46,6 @@ __RCSID("$NetBSD: regular.c,v 1.22 2009/
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
-#include <string.h>
#include "extern.h"
Index: src/usr.bin/cmp/special.c
diff -u src/usr.bin/cmp/special.c:1.13 src/usr.bin/cmp/special.c:1.14
--- src/usr.bin/cmp/special.c:1.13 Sat Apr 11 12:16:12 2009
+++ src/usr.bin/cmp/special.c Mon Nov 28 10:10:10 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: special.c,v 1.13 2009/04/11 12:16:12 lukem Exp $ */
+/* $NetBSD: special.c,v 1.14 2011/11/28 10:10:10 wiz Exp $ */
/*-
* Copyright (c) 1991, 1993, 1994
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94";
#else
-__RCSID("$NetBSD: special.c,v 1.13 2009/04/11 12:16:12 lukem Exp $");
+__RCSID("$NetBSD: special.c,v 1.14 2011/11/28 10:10:10 wiz Exp $");
#endif
#endif /* not lint */
@@ -43,7 +43,6 @@ __RCSID("$NetBSD: special.c,v 1.13 2009/
#include <err.h>
#include <stdlib.h>
#include <stdio.h>
-#include <string.h>
#include "extern.h"