diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-01-12 04:02:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-01-12 04:02:00 +0000 |
commit | cccdd53c821a42cdf26f5f21d2bd115803c37336 (patch) | |
tree | b189a59d0a5ce8744bcfa5b0eeae911224946168 /mbone/rat | |
parent | Add p5-HTTP-WebTest 2.00, tests remote URLs or local web files. (diff) |
Partially fix build on sparc64 (Don't need to prototype inet_ntop
or inet_pton). This is still broken due to a fatal warning.
Notes
Notes:
svn path=/head/; revision=72957
Diffstat (limited to 'mbone/rat')
-rw-r--r-- | mbone/rat/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mbone/rat/files/patch-ac b/mbone/rat/files/patch-ac new file mode 100644 index 000000000000..f2ed68da4800 --- /dev/null +++ b/mbone/rat/files/patch-ac @@ -0,0 +1,13 @@ +--- common/src/net_udp.c.orig Sat Jan 11 19:51:14 2003 ++++ common/src/net_udp.c Sat Jan 11 19:51:27 2003 +@@ -43,8 +43,10 @@ + #include "config_win32.h" + #include "debug.h" + #include "memory.h" ++#ifndef __FreeBSD__ + #include "inet_pton.h" + #include "inet_ntop.h" ++#endif + #include "vsnprintf.h" + #include "net_udp.h" + |