=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/stdlib.h,v retrieving revision 1.45 retrieving revision 1.46 diff -c -r1.45 -r1.46 *** src/include/stdlib.h 2008/09/07 20:36:07 1.45 --- src/include/stdlib.h 2009/06/03 15:52:16 1.46 *************** *** 1,4 **** ! /* $OpenBSD: stdlib.h,v 1.45 2008/09/07 20:36:07 martynas Exp $ */ /* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: stdlib.h,v 1.46 2009/06/03 15:52:16 millert Exp $ */ /* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */ /*- *************** *** 164,170 **** unsigned short *seed48(unsigned short[3]); void srand48(long); ! int putenv(const char *); #endif #if __BSD_VISIBLE || __XPG_VISIBLE >= 420 --- 164,170 ---- unsigned short *seed48(unsigned short[3]); void srand48(long); ! int putenv(char *); #endif #if __BSD_VISIBLE || __XPG_VISIBLE >= 420 *************** *** 210,216 **** */ #if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XPG_VISIBLE >= 600 int setenv(const char *, const char *, int); ! void unsetenv(const char *); #endif #if __BSD_VISIBLE --- 210,216 ---- */ #if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XPG_VISIBLE >= 600 int setenv(const char *, const char *, int); ! int unsetenv(const char *); #endif #if __BSD_VISIBLE