summaryrefslogtreecommitdiff
path: root/net/scotty3/files/patch-unix:nmicmpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/scotty3/files/patch-unix:nmicmpd.c')
-rw-r--r--net/scotty3/files/patch-unix:nmicmpd.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/scotty3/files/patch-unix:nmicmpd.c b/net/scotty3/files/patch-unix:nmicmpd.c
deleted file mode 100644
index 6432fa8643d7..000000000000
--- a/net/scotty3/files/patch-unix:nmicmpd.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- nmicmpd.c.orig Tue Feb 6 15:34:03 2001
-+++ nmicmpd.c Tue Feb 6 15:44:53 2001
-@@ -924,6 +924,14 @@
-
- if (rc != size) {
- if (rc < 0) {
-+ /*
-+ * If we get an EHOSTDOWN error, this probably means that
-+ * the the pending ARP entry has timed out for the host.
-+ * Just ignore the error, and attempt a normal retry.
-+ */
-+ if (errno == EHOSTDOWN)
-+ return 0;
-+
- PosixError("sendto failed");
- }
- job->status = ICMP_STATUS_GENERROR;