diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-07-03 18:57:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-07-03 18:57:42 +0000 |
commit | 5dc54a39e47148803d950d2facb42500e08f4769 (patch) | |
tree | 7875d1088c002ae64b7fc962ba013e948515f1c1 /src/libs6dns/s6dns_hosts_here.c | |
parent | a02a1c5608a47211b3e672c8834a8e8a2f917ce6 (diff) | |
download | s6-dns-5dc54a39e47148803d950d2facb42500e08f4769.tar.xz |
Add s6-dns-hosts-compile, prepare for 2.3.6.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libs6dns/s6dns_hosts_here.c')
-rw-r--r-- | src/libs6dns/s6dns_hosts_here.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libs6dns/s6dns_hosts_here.c b/src/libs6dns/s6dns_hosts_here.c new file mode 100644 index 0000000..4be4969 --- /dev/null +++ b/src/libs6dns/s6dns_hosts_here.c @@ -0,0 +1,7 @@ +/* ISC license. */ + +#include <skalibs/cdb.h> + +#include <s6-dns/hosts.h> + +cdb s6dns_hosts_here = CDB_ZERO ; |