1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net-p2p/gtkhx/files/patch-src__hx.h
Martin Wilke 1e282bc63c - Update to 0.9.4
PR:		119503
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-01-10 23:19:30 +00:00

14 lines
346 B
C

--- src/hx.h.orig Tue Apr 8 05:05:31 2003
+++ src/hx.h Fri Jan 11 01:49:32 2008
@@ -172,10 +172,6 @@
extern char **hxd_environ;
-#if !defined(HAVE_INET_NTOA_R)
-extern int inet_ntoa_r (struct in_addr in, char *buf, size_t buflen);
-#endif
-
#ifndef HAVE_LOCALTIME_R
extern struct tm *localtime_r (const time_t *t, struct tm *tm);
#endif