diff options
Diffstat (limited to 'net-mgmt/cdpr/files/patch-aa')
-rw-r--r-- | net-mgmt/cdpr/files/patch-aa | 14 |
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) |