[systemd-commits] src/core
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Feb 3 04:48:57 PST 2015
src/core/loopback-setup.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
New commits:
commit 9ca903cceb9b0c9148e3050e800b3f422ab6aab8
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Feb 3 13:48:15 2015 +0100
loopback-setup: no need to redefine LOOPBACK_IFINDEX, we already have it in missing.h
diff --git a/src/core/loopback-setup.c b/src/core/loopback-setup.c
index ca10e20..e5c0c0c 100644
--- a/src/core/loopback-setup.c
+++ b/src/core/loopback-setup.c
@@ -27,15 +27,13 @@
#include <stdlib.h>
#include <unistd.h>
+#include "sd-rtnl.h"
#include "util.h"
#include "macro.h"
-#include "loopback-setup.h"
#include "socket-util.h"
-#include "sd-rtnl.h"
#include "rtnl-util.h"
-
-/* this is hardcoded in the kernel, so don't look it up */
-#define LOOPBACK_IFINDEX 1
+#include "missing.h"
+#include "loopback-setup.h"
static int start_loopback(sd_rtnl *rtnl) {
_cleanup_rtnl_message_unref_ sd_rtnl_message *req = NULL;
More information about the systemd-commits
mailing list