diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-29 00:33:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-29 00:33:56 +0000 |
commit | 7fb22730576bf2e371c1800b03682a23bbefac04 (patch) | |
tree | df961fb8889dccc18fde978513ae367cddfa6b14 /net/freewais-sf/files | |
parent | 6016ddf667ba928b53c5d5793d1cbc1377b5e5fc (diff) |
Notes
Diffstat (limited to 'net/freewais-sf/files')
-rw-r--r-- | net/freewais-sf/files/patch-udping.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/freewais-sf/files/patch-udping.c b/net/freewais-sf/files/patch-udping.c new file mode 100644 index 000000000000..9aa2c5cd2dca --- /dev/null +++ b/net/freewais-sf/files/patch-udping.c @@ -0,0 +1,10 @@ +--- lib/ir/udping.c.orig Sun Feb 29 01:27:48 2004 ++++ lib/ir/udping.c Sun Feb 29 01:28:00 2004 +@@ -36,7 +36,6 @@ + + extern uid_t getuid(); + extern int socket(); +-extern int sendto(); + extern int close(); + + static int iamhere(progname) |