INN commit: trunk/include/portable (sd-daemon.h)
INN Commit
rra at isc.org
Sun Jan 17 21:42:42 UTC 2021
Date: Sunday, January 17, 2021 @ 13:42:41
Author: iulius
Revision: 10519
Update portability header for systemd activation socket
Addition to previous commit 10518.
Modified:
trunk/include/portable/sd-daemon.h
-------------+
sd-daemon.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: sd-daemon.h
===================================================================
--- sd-daemon.h 2021-01-17 21:41:25 UTC (rev 10518)
+++ sd-daemon.h 2021-01-17 21:42:41 UTC (rev 10519)
@@ -29,9 +29,10 @@
#ifdef HAVE_SD_NOTIFY
# include <systemd/sd-daemon.h>
#else
-# define SD_LISTEN_FDS_START 3
-# define sd_listen_fds(u) 0
-# define sd_notify(u, s) 0
+# define SD_LISTEN_FDS_START 3
+# define sd_is_socket(fd, f, t, l) 0
+# define sd_listen_fds(u) 0
+# define sd_notify(u, s) 0
#endif
#endif /* !PORTABLE_SD_DAEMON_H */
More information about the inn-committers
mailing list