git/compat
Jason Riedy e40b61fb6b Add compat/setenv.c, use in git.c.
There is no setenv() in Solaris 5.8.  The trivial calls to
setenv() were replaced by putenv() in a much earlier patch,
but setenv() was used again in git.c.  This patch just adds
a compat/setenv.c.

The rule for building git$(X) also needs to include compat.
objects and compiler flags.  Those are now in makefile vars
COMPAT_OBJS and COMPAT_CFLAGS.

Signed-off-by: E. Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-12-03 22:25:25 -08:00
..
mmap.c Yank writing-back support from gitfakemmap. 2005-10-08 15:54:36 -07:00
setenv.c Add compat/setenv.c, use in git.c. 2005-12-03 22:25:25 -08:00
strcasestr.c [PATCH] strcasestr compatibility replacement 2005-09-19 08:49:39 -07:00
subprocess.py Further clarify licensing status of compat/subprocess.py. 2005-09-23 18:43:53 -07:00