lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 20 Mar 2007 23:02:25 +0100 From: Thomas Graf <tgraf@...g.ch> To: davem@...emloft.net Cc: acme@...hat.com, netdev@...r.kernel.org Subject: [PKT_SCHED] atm: Fix missing net/netlink.h include after nlmsg_trim() cleanup sch_atm.c:(.text+0x380ed): undefined reference to `nlmsg_trim' Signed-off-by: Thomas Graf <tgraf@...g.ch> diff --git a/net/sched/sch_atm.c b/net/sched/sch_atm.c index 53060e6..daa1644 100644 --- a/net/sched/sch_atm.c +++ b/net/sched/sch_atm.c @@ -12,8 +12,8 @@ #include <linux/atmdev.h> #include <linux/atmclip.h> #include <linux/netdevice.h> -#include <linux/rtnetlink.h> #include <linux/file.h> /* for fput */ +#include <net/netlink.h> #include <net/pkt_sched.h> #include <net/sock.h> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists