Date: Mon, 28 Mar 2016 16:24:26 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412061 - head/net-mgmt/arpwatch/files Message-ID: <201603281624.u2SGOQCa030937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Mar 28 16:24:26 2016 New Revision: 412061 URL: https://svnweb.freebsd.org/changeset/ports/412061 Log: net-mgmt/arpwatch: add missing files for -z flag PR: 208361 Reported by: ohartman@zedat.fu-berlin.de Added: head/net-mgmt/arpwatch/files/patch-util.c (contents, props changed) head/net-mgmt/arpwatch/files/patch-util.h (contents, props changed) Added: head/net-mgmt/arpwatch/files/patch-util.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/arpwatch/files/patch-util.c Mon Mar 28 16:24:26 2016 (r412061) @@ -0,0 +1,10 @@ +--- util.c.orig 2004-01-22 22:25:39 UTC ++++ util.c +@@ -60,6 +60,7 @@ u_char zero[6] = { 0, 0, 0, 0, 0, 0 }; + u_char allones[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; + + int debug = 0; ++int zeroflag = 0; + int initializing = 1; /* true if initializing */ + + /* syslog() helper routine */ Added: head/net-mgmt/arpwatch/files/patch-util.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/arpwatch/files/patch-util.h Mon Mar 28 16:24:26 2016 (r412061) @@ -0,0 +1,8 @@ +--- util.h.orig 1996-10-06 10:22:14 UTC ++++ util.h +@@ -16,4 +16,5 @@ extern u_char zero[6]; + extern u_char allones[6]; + + extern int debug; ++extern int zeroflag; + extern int initializing;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603281624.u2SGOQCa030937>