1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/mbone/rat/files/patch-ac
Kris Kennaway cccdd53c82 Partially fix build on sparc64 (Don't need to prototype inet_ntop
or inet_pton).  This is still broken due to a fatal warning.
2003-01-12 04:02:00 +00:00

14 lines
317 B
Plaintext

--- 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"