diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-04-27 17:30:07 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-04-27 17:30:07 +0000 |
commit | ccbc927c381e0b5ce2572ab401d4748f0db2c3e2 (patch) | |
tree | 66fcf5121e5a6ce760beeae196a1546830128705 /misc/yaunc/files/patch-my_hdrs.h | |
parent | New port: nast (diff) |
Update to 1.00. Inspired by
PR: 51448
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'misc/yaunc/files/patch-my_hdrs.h')
-rw-r--r-- | misc/yaunc/files/patch-my_hdrs.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/yaunc/files/patch-my_hdrs.h b/misc/yaunc/files/patch-my_hdrs.h deleted file mode 100644 index 521ba7341382..000000000000 --- a/misc/yaunc/files/patch-my_hdrs.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- my_hdrs.h.orig Thu Mar 23 03:32:02 2000 -+++ my_hdrs.h Sun Dec 22 16:33:44 2002 -@@ -34,8 +34,6 @@ - ssize_t Recvfrom(int, void *, size_t, int, struct sockaddr *, socklen_t *); - - /* 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 */ |