]> git.cameronkatri.com Git - cgit.git/commit
shared.c: use die_errno() where appropriate
authorJohn Keeping <john@keeping.me.uk>
Sat, 18 May 2013 15:21:36 +0000 (16:21 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 22 May 2013 10:53:06 +0000 (12:53 +0200)
commit1e9f1ee64e5f8f75a361260a2165996bc137b961
treee8ce7148ac4ad40dc703b0c48ba7e3aa67843357
parent1fec7cd6f817e52a6e55458d584a7a5092ba6aed
shared.c: use die_errno() where appropriate

This replaces some code that is re-implementing die_errno by just
calling the function.

Signed-off-by: John Keeping <john@keeping.me.uk>
shared.c