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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 20 Mar 2007 19:27:38 -0300
From:	"Arnaldo Carvalho de Melo" <acme@...stprotocols.net>
To:	"Thomas Graf" <tgraf@...g.ch>
Cc:	davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PKT_SCHED] atm: Fix missing net/netlink.h include after nlmsg_trim() cleanup

On 3/20/07, Thomas Graf <tgraf@...g.ch> wrote:
> 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>

Hey, if it wasn't for Dave to state that he would be out in la-la land
for three days you wouldn't have the opportunity to figure that I made
a mistake :-)

I noticed that shortly after I made that mistake, but have to wait for
boss to get back at his super merging abilities :-)

- Arnaldo
-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ