diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 23:19:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 23:19:30 +0000 |
commit | 1e282bc63c7a5fb1f3679e9e1b10251c13a8cab0 (patch) | |
tree | b594a0476ca0df1f4e355c25647d7b491ba8705e /net-p2p/gtkhx/files/patch-src__hx.h | |
parent | - Update to 20080109 (diff) |
- Update to 0.9.4
PR: 119503
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=205430
Diffstat (limited to 'net-p2p/gtkhx/files/patch-src__hx.h')
-rw-r--r-- | net-p2p/gtkhx/files/patch-src__hx.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/gtkhx/files/patch-src__hx.h b/net-p2p/gtkhx/files/patch-src__hx.h new file mode 100644 index 000000000000..5a10948e68cc --- /dev/null +++ b/net-p2p/gtkhx/files/patch-src__hx.h @@ -0,0 +1,13 @@ +--- 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 |