Module Name:    src
Committed By:   darrenr
Date:           Mon Jan 30 20:08:31 UTC 2012

Modified Files:
        src/dist/ipf/tools: ipmon.c

Log Message:
Merge error - stale code from HEAD not removed.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/tools/ipmon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/dist/ipf/tools/ipmon.c
diff -u src/dist/ipf/tools/ipmon.c:1.19 src/dist/ipf/tools/ipmon.c:1.20
--- src/dist/ipf/tools/ipmon.c:1.19	Mon Jan 30 16:12:05 2012
+++ src/dist/ipf/tools/ipmon.c	Mon Jan 30 20:08:31 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: ipmon.c,v 1.19 2012/01/30 16:12:05 darrenr Exp $	*/
+/*	$NetBSD: ipmon.c,v 1.20 2012/01/30 20:08:31 darrenr Exp $	*/
 
 /*
  * Copyright (C) 2010 by Darren Reed.
@@ -1597,8 +1597,6 @@ int main(argc, argv)
 	char	*prog;
 	config_t	config;
 
-	n = 0;	/* XXX gcc */
-
 	prog = strrchr(argv[0], '/');
 	if (prog == NULL)
 		prog = argv[0];

Reply via email to