summaryrefslogtreecommitdiff
path: root/misc/yaunc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 13:34:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-12-22 13:34:24 +0000
commit088118876dc9c1f5799bd2bfe25a46fc3bce39b9 (patch)
treea46d3e11d3e329a2a4ee2cac9a5f9ba279f04a35 /misc/yaunc
parentfix build on -current (diff)
fix build on -current
PR: 46464 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=71785
Diffstat (limited to 'misc/yaunc')
-rw-r--r--misc/yaunc/files/patch-my_hdrs.h10
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 */