]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/unpack-file.c
Use xmkstemp() instead of mkstemp()
authorLuiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Tue, 14 Aug 2007 19:45:58 +0000 (16:45 -0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Aug 2007 05:20:26 +0000 (22:20 -0700)
commit7647b17f1d7a98362f8bdbe48b30d94ed655229c
treecf0ec675b95439b5abec90cdc1e9853d61b4dfb4
parentf21a47b27ceef8ff2f6f218d5b7266d5fd9e2e93
Use xmkstemp() instead of mkstemp()

xmkstemp() performs error checking and prints a standard error message when
an error occur.

Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c
fast-import.c
index-pack.c
merge-recursive.c
pack-write.c
unpack-file.c