diff options
author | Jason Riedy <ejr@cs.berkeley.edu> | 2005-08-23 13:52:01 -0700 |
---|---|---|
committer | Jason Riedy <ejr@cs.berkeley.edu> | 2005-08-23 20:41:12 -0700 |
commit | e72a7d45dc67afa1328750d401ddd4dbeb2131d9 (patch) | |
tree | 72db691c81402c4e498a9236eeb3c316dbf0b1eb /commit.h | |
parent | Include sys/time.h in daemon.c. (diff) | |
download | tgif-e72a7d45dc67afa1328750d401ddd4dbeb2131d9.tar.xz |
Replace unsetenv() and setenv() with older putenv().
Solaris 8 doesn't have the newer unsetenv() and setenv()
functions, so replace them with putenv(). The one use of
unsetenv() in fsck-cache.c now sets GIT_ALTERNATE_OBJECT_
DIRECTORIES to the empty string. Every place that var
is used, NULLs are also replaced with empty strings, so
it's ok.
Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions