Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/cmp Remove unused header. From Henning Petersen in P...



details:   https://anonhg.NetBSD.org/src/rev/2441531d4a20
branches:  trunk
changeset: 771679:2441531d4a20
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 28 10:10:10 2011 +0000

description:
Remove unused header. From Henning Petersen in PR 45658.

diffstat:

 usr.bin/cmp/regular.c |  5 ++---
 usr.bin/cmp/special.c |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 8b744dc30451 -r 2441531d4a20 usr.bin/cmp/regular.c
--- a/usr.bin/cmp/regular.c     Mon Nov 28 09:38:45 2011 +0000
+++ b/usr.bin/cmp/regular.c     Mon Nov 28 10:10:10 2011 +0000
@@ -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 @@
 #include <limits.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <string.h>
 
 #include "extern.h"
 
diff -r 8b744dc30451 -r 2441531d4a20 usr.bin/cmp/special.c
--- a/usr.bin/cmp/special.c     Mon Nov 28 09:38:45 2011 +0000
+++ b/usr.bin/cmp/special.c     Mon Nov 28 10:10:10 2011 +0000
@@ -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 @@
 #include <err.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <string.h>
 
 #include "extern.h"
 



Home | Main Index | Thread Index | Old Index