summaryrefslogtreecommitdiff
path: root/net/dnrd/files/patch-args.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
commite1906e85ed4521c96066ce130869615c304c2a7a (patch)
tree2168725e487d131fef0e49ba7dfdd230e3466624 /net/dnrd/files/patch-args.c
parentChase repocopies towards ports/dns (diff)
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move the dns-related ports to the new world. Is there anyone who is brave enough to complete this difficult job? ;) PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
Notes
Notes: svn path=/head/; revision=88582
Diffstat (limited to 'net/dnrd/files/patch-args.c')
-rw-r--r--net/dnrd/files/patch-args.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/dnrd/files/patch-args.c b/net/dnrd/files/patch-args.c
deleted file mode 100644
index 83b672347fa6..000000000000
--- a/net/dnrd/files/patch-args.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- args.c.orig Sat Jan 6 14:54:15 2001
-+++ args.c Sat Jan 6 14:54:57 2001
-@@ -25,6 +25,7 @@
- #include <stdarg.h>
- #include <stdio.h>
- #include <stdlib.h>
-+#include <unistd.h>
- #if defined(__GNU_LIBRARY__)
- # include <getopt.h>
- #endif