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:	Wed, 06 Aug 2008 18:31:04 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	paulius.zaleckas@...tonika.lt
Cc:	wangchen@...fujitsu.com, mingo@...e.hu, viro@...IV.linux.org.uk,
	netdev@...r.kernel.org
Subject: Re: [PATCH] net/ipv4/route.c: fix build error

From: Paulius Zaleckas <paulius.zaleckas@...tonika.lt>
Date: Wed, 06 Aug 2008 16:04:51 +0300

> This function is over ifdef'ed :)
> 
> #ifdef CONFIG_SYSCTL
> /*
>   * We really need to sanitize the damn ipv4 init order, then all
>   * this nonsense will go away.
>   */
> void __init ip_static_sysctl_init(void)
> {
> #ifdef CONFIG_SYSCTL
> 	register_sysctl_paths(ipv4_route_path, ipv4_route_table);
> #endif
> }
> #endif

Thanks, I've gotten rid of the inner ones in my tree.
--
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