summaryrefslogtreecommitdiff
path: root/math/rpy2/files/patch-src:setenv.c
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-31 01:47:04 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-31 01:47:04 +0000
commit11f91702a0fd3bf54e6250f221aba58f9770375b (patch)
treec8161de820bc2fc0a305942f3b0d905b1d1e6c0b /math/rpy2/files/patch-src:setenv.c
parentfix build on -stable (by utilize USE_GETOPT_LONG) (diff)
add rpy 0.3.1
Python interface to the R Programming Language
Notes
Notes: svn path=/head/; revision=92667
Diffstat (limited to 'math/rpy2/files/patch-src:setenv.c')
-rw-r--r--math/rpy2/files/patch-src:setenv.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/rpy2/files/patch-src:setenv.c b/math/rpy2/files/patch-src:setenv.c
new file mode 100644
index 000000000000..adce3e597b9f
--- /dev/null
+++ b/math/rpy2/files/patch-src:setenv.c
@@ -0,0 +1,11 @@
+--- src/setenv.c.orig Wed Oct 29 14:47:12 2003
++++ src/setenv.c Wed Oct 29 14:47:19 2003
+@@ -26,8 +26,6 @@
+
+ int setenv(const char *name, const char *value, int clobber)
+ {
+- char *malloc();
+- char *getenv();
+ char *cp;
+
+ if (clobber == 0 && getenv(name) != 0)