diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-12-22 21:34:24 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-12-22 21:34:24 +0800 |
commit | eaf18e923d60dd30cd919f44df538f85708aac93 (patch) | |
tree | f62d65334cc31fe5186305920ec123f51e63ed4f /misc | |
parent | 30dd4a4a4238c4934ff6ed07fa177785893218ad (diff) | |
download | freebsd-ports-gnome-eaf18e923d60dd30cd919f44df538f85708aac93.tar.gz freebsd-ports-gnome-eaf18e923d60dd30cd919f44df538f85708aac93.tar.zst freebsd-ports-gnome-eaf18e923d60dd30cd919f44df538f85708aac93.zip |
fix build on -current
PR: 46464
Submitted by: Ports Fury
Diffstat (limited to 'misc')
-rw-r--r-- | misc/yaunc/files/patch-my_hdrs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/yaunc/files/patch-my_hdrs.h b/misc/yaunc/files/patch-my_hdrs.h new file mode 100644 index 000000000000..25ccabddd44a --- /dev/null +++ b/misc/yaunc/files/patch-my_hdrs.h @@ -0,0 +1,10 @@ +--- my_hdrs.h.orig Thu Mar 23 11:32:02 2000 ++++ my_hdrs.h Sun Dec 15 05:10:26 2002 +@@ -35,7 +35,6 @@ + + /* other networking function */ + int inet_pton(int, const char *, void *); +-const char * inet_ntop(int, const void *, char *, size_t); + void Inet_pton(int, const char *, void *); + + /* non-networking stuff */ |