summaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-rpcclient_cmd_reg.c
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-02-07 05:15:17 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-02-07 05:15:17 +0000
commit22f2d61c80eb645e83c664efade5762cf5dfb0e8 (patch)
treeb771cb756ef33bd37eb28d595c82f09dfeaf1178 /net/samba3/files/patch-rpcclient_cmd_reg.c
parentGC EXTRACT_DEPENDS (now done as a BUILD_DEPENDS). (diff)
Update to 3.0.11.
PR: ports/77187 Submitted by: maintainer
Diffstat (limited to 'net/samba3/files/patch-rpcclient_cmd_reg.c')
-rw-r--r--net/samba3/files/patch-rpcclient_cmd_reg.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/samba3/files/patch-rpcclient_cmd_reg.c b/net/samba3/files/patch-rpcclient_cmd_reg.c
deleted file mode 100644
index dc8a5726b678..000000000000
--- a/net/samba3/files/patch-rpcclient_cmd_reg.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- rpcclient/cmd_reg.c.orig Sun Apr 4 09:37:28 2004
-+++ rpcclient/cmd_reg.c Thu May 20 14:18:36 2004
-@@ -905,7 +905,11 @@
- int opt;
-
- *msg = 0;
-- optind = 0; /* TODO: test if this hack works on other systems too --simo */
-+#ifdef HAVE_OPTRESET
-+ optreset = optind = 1;
-+#else
-+ optind = 0;
-+#endif
-
- while ((opt = getopt(argc, argv, "m:t:rf")) != EOF)
- {