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:	Fri, 18 Jul 2008 01:28:02 -0500
From:	Kumar Gala <galak@...nel.crashing.org>
To:	Linux Kernel list <linux-kernel@...r.kernel.org>
Cc:	netdev@...r.kernel.org
Subject: use of bool in exported headers?

What's the rule with regards to use of 'bool' in a header exposed to  
user space apps?

We are getting the following compile error w/iptables because of bool  
in include/linux/netfilter/xt_sctp.h:

In file included from extensions/libip6t_sctp.c:24:
/home/seh/ltib_bsps/head/rootfs//usr/src/linux/include/linux/netfilter/ 
xt_sctp.h:68: error: expected '=', ',', ';', 'asm' or '__attribute__'  
before '__sctp_chunkmap_is_clear'
/home/seh/ltib_bsps/head/rootfs//usr/src/linux/include/linux/netfilter/ 
xt_sctp.h:80: error: expected '=', ',', ';', 'asm' or '__attribute__'  
before '__sctp_chunkmap_is_all_set'
extensions/libip6t_sctp.c: In function 'print_chunks':
extensions/libip6t_sctp.c:427: warning: implicit declaration of  
function '__sctp_chunkmap_is_clear'
extensions/libip6t_sctp.c:432: warning: implicit declaration of  
function '__sctp_chunkmap_is_all_set'
make: *** [extensions/libip6t_sctp_sh.o] Error 1
error: Bad exit status from /home/seh/ltib_bsps/head/tmp/rpm-tmp.23551  
(%build)

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