[systemd-commits] 3 commits - src/libsystemd src/socket-proxy src/udev

Tom Gundersen tomegun at kemper.freedesktop.org
Thu Sep 18 09:02:54 PDT 2014


 src/libsystemd/sd-rtnl/rtnl-message.c |    6 ------
 src/socket-proxy/socket-proxyd.c      |    2 +-
 src/udev/net/link-config.c            |    1 -
 3 files changed, 1 insertion(+), 8 deletions(-)

New commits:
commit fdb8bd0fe7244b72ddc1c08e401ebddefdaf4f46
Author: Emil Renner Berthing <systemd at esmil.dk>
Date:   Thu Sep 18 15:24:38 2014 +0200

    include fcntl.h rather than sys/fcntl.h

diff --git a/src/socket-proxy/socket-proxyd.c b/src/socket-proxy/socket-proxyd.c
index 81d8457..ff2b24f 100644
--- a/src/socket-proxy/socket-proxyd.c
+++ b/src/socket-proxy/socket-proxyd.c
@@ -26,7 +26,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <netdb.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <unistd.h>

commit 1ed96046cb2143f99888383157db16cd184d4b5a
Author: Emil Renner Berthing <systemd at esmil.dk>
Date:   Thu Sep 18 15:24:40 2014 +0200

    sd-rtnl: rtnl-message: remove unneeded linux includes

diff --git a/src/libsystemd/sd-rtnl/rtnl-message.c b/src/libsystemd/sd-rtnl/rtnl-message.c
index 30e3358..b501a52 100644
--- a/src/libsystemd/sd-rtnl/rtnl-message.c
+++ b/src/libsystemd/sd-rtnl/rtnl-message.c
@@ -23,12 +23,6 @@
 #include <netinet/ether.h>
 #include <stdbool.h>
 #include <unistd.h>
-#include <linux/netlink.h>
-#include <linux/veth.h>
-#include <linux/if.h>
-#include <linux/ip.h>
-#include <linux/if_tunnel.h>
-#include <linux/if_bridge.h>
 
 #include "util.h"
 #include "refcnt.h"

commit 58c9846d32e55799b6e4607136a34e2727c919ac
Author: Emil Renner Berthing <systemd at esmil.dk>
Date:   Thu Sep 18 15:24:39 2014 +0200

    udev: link-config: remove unneded linux/netdevice.h include

diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c
index ee2865a..25e3cc8 100644
--- a/src/udev/net/link-config.c
+++ b/src/udev/net/link-config.c
@@ -20,7 +20,6 @@
 ***/
 
 #include <netinet/ether.h>
-#include <linux/netdevice.h>
 
 #include "sd-id128.h"
 



More information about the systemd-commits mailing list