From d95c9215a885d71767f75a5349cbaa6de0470791 Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 29 Mar 2006 04:14:12 +0000 Subject: fix the provided unsetenv for solaris to return an int like it's supposed to git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16007 f38db490-d61c-443f-a65b-d21fe96a405b --- include/solaris-compat/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/solaris-compat') diff --git a/include/solaris-compat/compat.h b/include/solaris-compat/compat.h index a40ce4f1d..b34cf11f4 100644 --- a/include/solaris-compat/compat.h +++ b/include/solaris-compat/compat.h @@ -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); -void unsetenv(const char *name); +int unsetenv(const char *name); #endif -- cgit v1.2.3