diff options
Diffstat (limited to 'misc/yaunc/files/patch-yaunc.h')
-rw-r--r-- | misc/yaunc/files/patch-yaunc.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/yaunc/files/patch-yaunc.h b/misc/yaunc/files/patch-yaunc.h new file mode 100644 index 00000000000..23832978b8e --- /dev/null +++ b/misc/yaunc/files/patch-yaunc.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- yaunc.h.orig Fri Mar 14 07:14:11 2003 ++++ yaunc.h Sun Apr 27 19:15:49 2003 +@@ -107,8 +107,6 @@ + int Socket(int, int, int ); + + /* 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 */ |