aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cdpr/files/patch-aa
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-14 17:14:02 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-14 17:14:02 +0000
commit7e1fc3b6389ef1b8229efd163254332534503b08 (patch)
tree95c9914cbf4d1f100d357a21bf0e13654c734282 /net-mgmt/cdpr/files/patch-aa
parent6d0ca64b72be5ae15d68c5cbb1938dc7a23ff54b (diff)
Notes
Diffstat (limited to 'net-mgmt/cdpr/files/patch-aa')
-rw-r--r--net-mgmt/cdpr/files/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/cdpr/files/patch-aa b/net-mgmt/cdpr/files/patch-aa
deleted file mode 100644
index b8a15ef9e223..000000000000
--- a/net-mgmt/cdpr/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- cdpr.c.orig Tue Jul 2 09:18:44 2002
-+++ cdpr.c Wed Jul 3 13:07:38 2002
-@@ -452,7 +452,10 @@
-
- /* Get the next packet that comes in, we only need one */
- printf("Waiting for CDP advertisement, default config is to transmit CDP packets every 60 seconds\n");
-- packet = pcap_next(handle, &header);
-+ do
-+ {
-+ packet = pcap_next(handle, &header);
-+ } while (!packet);
-
- /* Print its length */
- if(verbose > 0)