mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
* unsetenv.c: Fixed debugging typo.
This commit is contained in:
parent
1f5ef591cc
commit
e38ea662fa
@ -1,3 +1,7 @@
|
|||||||
|
2004-02-28 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* unsetenv.c: Fixed debugging typo.
|
||||||
|
|
||||||
2004-02-24 Werner Koch <wk@gnupg.org>
|
2004-02-24 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* secmem.c (lock_pool) [_AIX]: Also set errno.
|
* secmem.c (lock_pool) [_AIX]: Also set errno.
|
||||||
|
@ -26,7 +26,7 @@ extern char **environ;
|
|||||||
|
|
||||||
/* Basically borrowed from glibc */
|
/* Basically borrowed from glibc */
|
||||||
int
|
int
|
||||||
unsetenv2 (const char *name)
|
unsetenv(const char *name)
|
||||||
{
|
{
|
||||||
size_t len;
|
size_t len;
|
||||||
char **ep;
|
char **ep;
|
||||||
|
Loading…
Reference in New Issue
Block a user