diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 13:34:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 13:34:24 +0000 |
commit | 088118876dc9c1f5799bd2bfe25a46fc3bce39b9 (patch) | |
tree | a46d3e11d3e329a2a4ee2cac9a5f9ba279f04a35 /misc/yaunc | |
parent | c34a51ba9ee80ab44330b05fe84379e685944094 (diff) | |
download | ports-088118876dc9c1f5799bd2bfe25a46fc3bce39b9.tar.gz ports-088118876dc9c1f5799bd2bfe25a46fc3bce39b9.zip |
Notes
Diffstat (limited to 'misc/yaunc')
-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 */ |