From 0b6a5b3baddaea3b2926541e4036138317ce20f0 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 3 Mar 2003 21:53:19 +0000 Subject: [PATCH] Linux now seems to have putenv. --- src/libCom/osi/os/Linux/osiUnistd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libCom/osi/os/Linux/osiUnistd.h b/src/libCom/osi/os/Linux/osiUnistd.h index 521aedb75..04d1a6456 100644 --- a/src/libCom/osi/os/Linux/osiUnistd.h +++ b/src/libCom/osi/os/Linux/osiUnistd.h @@ -31,4 +31,3 @@ * There seems to be no way to handle this automatically, so * if you get compile errors, just make the appropriate changes here. */ -int putenv (char *);