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:
committed by
Gerald (Jerry) Carter
parent
3df206ddfa
commit
2952c20b77
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user