chiark / gitweb /
drop-ins: check return value
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 11 Oct 2013 23:33:36 +0000 (19:33 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 13 Oct 2013 21:56:54 +0000 (17:56 -0400)
commit6891529fe1176c046ece579807ff48e3191692f3
tree0bbf054777f7a60d40c2afef2d541cb166ad7419
parent7ca9dffae1988a885e2e79c4bdca68169f4ca5ff
drop-ins: check return value

If the function failed, nothing serious would happen
because unlink would probably return EFAULT, but this
would obscure the real error and is a bit sloppy.
src/core/unit.c