nonstatic function for atexit, check if atexit fails
authorPhilipp Takacs <philipp@bureaucracy.de>
Sun, 22 Feb 2015 13:26:27 +0000 (14:26 +0100)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 22 Feb 2015 21:54:32 +0000 (22:54 +0100)
commit1201af682c2a7e34d4d598e62718306b885a187e
treeedbf1116bdb27a25bca819c90c559e112b9c1a03
parent5a12e4b0477d3ad699f5713682d26079f2792d17
nonstatic function for atexit, check if atexit fails

atexit needs nonstatic functions to work correct. The
error check is importent, because atexit can fail for
some reasons and the cleanup woulden't work.
uip/inc.c
uip/mhbuild.c
uip/mhlist.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c
uip/pick.c
uip/rcvdist.c
uip/rcvstore.c