Module Name:    src
Committed By:   christos
Date:           Fri Oct  5 00:40:51 UTC 2012

Modified Files:
        src/usr.sbin/mtree: crc.c

Log Message:
remove dup extern (brooks)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/mtree/crc.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.sbin/mtree/crc.c
diff -u src/usr.sbin/mtree/crc.c:1.8 src/usr.sbin/mtree/crc.c:1.9
--- src/usr.sbin/mtree/crc.c:1.8	Thu Jun  2 02:04:46 2005
+++ src/usr.sbin/mtree/crc.c	Thu Oct  4 20:40:51 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: crc.c,v 1.8 2005/06/02 06:04:46 lukem Exp $	*/
+/*	$NetBSD: crc.c,v 1.9 2012/10/05 00:40:51 christos Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)crc.c	8.1 (Berkeley) 6/17/93";
 #else
-__RCSID("$NetBSD: crc.c,v 1.8 2005/06/02 06:04:46 lukem Exp $");
+__RCSID("$NetBSD: crc.c,v 1.9 2012/10/05 00:40:51 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -114,7 +114,6 @@ static const u_int32_t crctab[] = {
  * locations to store the crc and the number of bytes read.  It returns 0 on
  * success and 1 on failure.  Errno is set on failure.
  */
-extern int sflag;
 u_int32_t crc_total = ~0;		/* The crc over a number of files. */
 
 int

Reply via email to