1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/scotty/files/patch-ac
Poul-Henning Kamp e158218aab Improve the IP-discover application.
Fix INADDR_LOOPBACK starvation.
Don't react to pings that come back from another address than what we
pinged.
1997-03-06 16:38:07 +00:00

11 lines
268 B
Plaintext

--- ../tnm/generic/tnmPort.h Tue Aug 6 13:49:19 1996
+++ ../tnm/generic/tnmPort.h Thu Mar 6 17:10:29 1997
@@ -20,4 +20,7 @@
# include "../../unix/tnmUnixPort.h"
#endif
+#ifndef INADDR_LOOPBACK
+#define INADDR_LOOPBACK 0x7f000001
+#endif
#endif /* _TNMPORT */