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-next>] [day] [month] [year] [list]
Date:	Wed, 9 Jan 2008 13:33:49 +0200
From:	"Rami Rosen" <ramirose@...il.com>
To:	"David Miller" <davem@...emloft.net>, netdev@...r.kernel.org
Subject: [PATCH net-2.6.25] [IPVS] Added include for ip_vs.h for ctl_path (build was broken)

Hi,
   The build was broken with this error:
	
  In file included from net/ipv4/ipvs/ip_vs_rr.c:27:
  include/net/ip_vs.h:857: error: array type has incomplete element type
  make[3]: *** [net/ipv4/ipvs/ip_vs_rr.o] Error 1

	This was due to missing include to the header file for ctl_path.
	
	This patch added #include <linux/sysctl.h> to ip_vs_.h to avoid it

Regards,
Rami Rosen


Signed-off-by: Rami Rosen <ramirose@...il.com>

View attachment "patch.txt" of type "text/plain" (409 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ