]> granicus.if.org Git - sudo/commit
Define Err() and Errx() that are like err() and errx() but call Exit()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 30 Sep 2004 17:22:37 +0000 (17:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 30 Sep 2004 17:22:37 +0000 (17:22 +0000)
commit2b020f9999f56d9bf5c69f71ce65e288a12d9834
tree7c1ec5b0dd32ae4ea4dc132cf1381b9441a79205
parentb5d2fbb77b88e41e614120b53f19a24bbba3f4f0
Define Err() and Errx() that are like err() and errx() but call Exit()
instead of exit().  Build private copy of alloc.o for visudo that calls
Err() and Errx().
Makefile.in
visudo.c