freebsd-ports/lang/tcl85/files/patch-unix-tclUnixPort.h
Cheng-Lung Sung 9e890b7d7d Add tcl85 8.5.a.5, tool Command Language (development version).
PR:		ports/108041
Submitted by:	martin at matuska.org
2007-01-29 03:06:56 +00:00

12 lines
425 B
C

--- tclUnixPort.h.orig Wed Jan 17 13:14:18 2007
+++ tclUnixPort.h Wed Jan 17 13:08:39 2007
@@ -628,6 +628,9 @@
EXTERN struct tm * TclpLocaltime(CONST time_t *);
EXTERN struct tm * TclpGmtime(CONST time_t *);
EXTERN char * TclpInetNtoa(struct in_addr);
+#ifdef inet_ntoa
+# undef inet_ntoa
+#endif
/* #define localtime(x) TclpLocaltime(x)
* #define gmtime(x) TclpGmtime(x) */
# undef inet_ntoa