build-sys: move fdset.[ch] src/basic → src/shared (#3580)
authorLennart Poettering <lennart@poettering.net>
Thu, 23 Jun 2016 02:10:53 +0000 (04:10 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 23 Jun 2016 02:10:53 +0000 (05:10 +0300)
commit4b7abb5b1186422637089f2863cb8c3705c026e0
treebbe3c26e08a748b40267158b0b451fb774bcc3a6
parentb09c0bbad831a11e2200a6ebb48908a10ce29305
build-sys: move fdset.[ch] src/basic → src/shared (#3580)

It makes use of the sd_listen_fds() call, and as such should live in
src/shared, as the distinction between src/basic and src/shared is that the
latter may use libsystemd APIs, the former does not.

Note that btrfs-util.[ch] and log.[ch] also include header files from
libsystemd, but they only need definitions, they do not invoke any function
from it. Hence they may stay in src/basic.
Makefile.am
src/basic/fdset.c [deleted file]
src/basic/fdset.h [deleted file]
src/shared/fdset.c [new file with mode: 0644]
src/shared/fdset.h [new file with mode: 0644]