From 22f2d61c80eb645e83c664efade5762cf5dfb0e8 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Mon, 7 Feb 2005 05:15:17 +0000 Subject: Update to 3.0.11. PR: ports/77187 Submitted by: maintainer --- net/samba3/files/patch-rpcclient_cmd_reg.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 net/samba3/files/patch-rpcclient_cmd_reg.c (limited to 'net/samba3/files/patch-rpcclient_cmd_reg.c') 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) - { -- cgit v1.2.3