aboutsummaryrefslogtreecommitdiff
path: root/devel/popt/files/patch-test3.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/popt/files/patch-test3.c')
-rw-r--r--devel/popt/files/patch-test3.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/popt/files/patch-test3.c b/devel/popt/files/patch-test3.c
new file mode 100644
index 000000000000..112590a3226e
--- /dev/null
+++ b/devel/popt/files/patch-test3.c
@@ -0,0 +1,11 @@
+--- test3.c.orig Wed Aug 18 23:57:09 2004
++++ test3.c Thu Aug 19 00:01:27 2004
+@@ -9,7 +9,7 @@
+ int main (int argc, char **argv) {
+ char *out;
+ int newargc, j, f, ret;
+- char **newargv;
++ const char **newargv;
+ FILE *fp;
+
+ if (argc == 1) {