Add compat/unsetenv.c .

Implement a (slow) unsetenv() for older systems.

Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Jason Riedy
2006-01-25 12:38:36 -08:00
committed by Junio C Hamano
parent 5ea06e2014
commit 731043fd4d
4 changed files with 37 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include "git-compat-util.h"
#include "cache.h"
#include "pkt-line.h"
#include "quote.h"