summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/putenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/putenv.c')
-rw-r--r--crypto/heimdal/lib/roken/putenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/putenv.c b/crypto/heimdal/lib/roken/putenv.c
index a6bdf60..5e501dc 100644
--- a/crypto/heimdal/lib/roken/putenv.c
+++ b/crypto/heimdal/lib/roken/putenv.c
@@ -33,7 +33,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: putenv.c,v 1.7 2000/03/26 23:08:24 assar Exp $");
+RCSID("$Id: putenv.c 14773 2005-04-12 11:29:18Z lha $");
#endif
#include <stdlib.h>
@@ -48,7 +48,7 @@ extern char **environ;
* value by altering an existing variable or creating a new one.
*/
-int
+int ROKEN_LIB_FUNCTION
putenv(const char *string)
{
int i;
OpenPOWER on IntegriCloud