freebsd-ports/math/rpy/files/patch-src:setenv.c
Ying-Chieh Liao 11f91702a0 add rpy 0.3.1
Python interface to the R Programming Language
2003-10-31 01:47:04 +00:00

11 lines
269 B
C

--- 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)