fix the return value for the provided unsetenv() for Solaris

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13629 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-03-19 21:28:55 +00:00
parent a3fe92b352
commit 4c82ac2e7a
2 changed files with 3 additions and 3 deletions

View File

@@ -42,5 +42,5 @@ typedef unsigned int u_int32_t;
char* strsep(char** str, const char* delims);
int setenv(const char *name, const char *value, int overwrite);
int unsetenv(const char *name);
void unsetenv(const char *name);
#endif