aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl86/files/patch-unix-tclUnixPort.h
blob: 7a4f70a917d2ae323292ae84120dd3ccef91f91a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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