chiark / gitweb /
units: turn on --network-veth by default for systemd-nspawn@.service
[elogind.git] / src / resolve / resolved-manager.c
index 2edfb9f7fdee20b50f071e94d9bc19d85e7f53cb..b5ad70161194edeca27cbdc9e9570bd782e25020 100644 (file)
@@ -23,7 +23,7 @@
 #include <resolv.h>
 #include <net/if.h>
 #include <sys/ioctl.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <netinet/in.h>
 
 #include "rtnl-util.h"
@@ -196,7 +196,7 @@ static int manager_rtnl_listen(Manager *m) {
 
         assert(m);
 
-        /* First, subscibe to interfaces coming and going */
+        /* First, subscribe to interfaces coming and going */
         r = sd_rtnl_open(&m->rtnl, 3, RTNLGRP_LINK, RTNLGRP_IPV4_IFADDR, RTNLGRP_IPV6_IFADDR);
         if (r < 0)
                 return r;