1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00

r21795: fix the prototype of unsetenv()...

metze
This commit is contained in:
Stefan Metzmacher
2007-03-12 10:12:27 +00:00
committed by Gerald (Jerry) Carter
parent 3df206ddfa
commit 2952c20b77

View File

@@ -142,7 +142,7 @@ int rep_setenv(const char *name, const char *value, int overwrite);
#ifndef HAVE_UNSETENV
#define unsetenv rep_unsetenv
int rep_unsetenv(const char *name, const char *value, int overwrite);
int rep_unsetenv(const char *name);
#endif
#ifndef HAVE_SETEUID