Systemd/src/nss-myhostname
Zbigniew Jędrzejewski-Szmek 7464b33d80 nss-myhostname: do not use _cleanup_
mss-myhostname wasn't working because of underlinking. Instead of
fixing the underlinking, just remove the use of _cleanup_ macros.

It is impolite to use our utility functions in modules designed to be
loaded by others. So cleanup macros which (at some point) call assert
which calls log_assert_failed, should not be used. Revert this part of
commit d73c3269c.
2013-04-02 13:57:32 -04:00
..
ifconf.h nss-myhostname: remove duplicate LICENCE 2013-01-07 15:15:57 +01:00
netlink.c nss-myhostname: do not use _cleanup_ 2013-04-02 13:57:32 -04:00
nss-myhostname.c nss-myhostname: copy first result to preallocated buffer 2013-02-07 01:02:33 -05:00