summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2010-10-01 20:11:32 +0000
committerchristos <christos@NetBSD.org>2010-10-01 20:11:32 +0000
commit7acc3301d8c5ddcabe90c76fe505c65447a26cbe (patch)
tree9f5cb264db4f9b940a735075ebc5594441191f3d /include
parent713df9b0d983b3c7e6260625070db926e65ec9e4 (diff)
make putenv POSIX compliant.
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index a2ec46a99f7..dd24d0fb560 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stdlib.h,v 1.92 2010/06/01 08:42:56 plunky Exp $ */
+/* $NetBSD: stdlib.h,v 1.93 2010/10/01 20:11:58 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -160,7 +160,7 @@ unsigned short *
seed48(unsigned short[3]);
void srand48(long);
-int putenv(const char *);
+int putenv(char *);
#endif