diff options
| author | christos <christos@NetBSD.org> | 2010-10-01 20:11:32 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2010-10-01 20:11:32 +0000 |
| commit | 7acc3301d8c5ddcabe90c76fe505c65447a26cbe (patch) | |
| tree | 9f5cb264db4f9b940a735075ebc5594441191f3d /include | |
| parent | 713df9b0d983b3c7e6260625070db926e65ec9e4 (diff) | |
make putenv POSIX compliant.
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdlib.h | 4 |
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 |
