Re: unable to include capability.h

2009-06-16 Thread Daniel Lezcano
Steve Grubb wrote: On Friday 12 June 2009 09:02:39 am Daniel Lezcano wrote: As I only need the CAP_SYS_BOOT, I will define it manually in the source code and will remove the include, that's ugly but anyway... :/ Alternatelyas of today, libcap-ng is now in Fedora. It has a far

Re: unable to include capability.h

2009-06-12 Thread Daniel Lezcano
Kyle McMartin wrote: On Fri, Jun 12, 2009 at 01:48:15PM +0200, Daniel Lezcano wrote: In file included from /usr/include/sys/capability.h:23, from myinclude.c:1: /usr/include/stdint.h:41: error: conflicting types for ?int64_t? /usr/include/linux/types.h:98: note: previous declaration

Re: unable to include capability.h

2009-06-12 Thread Daniel Lezcano
Kyle McMartin wrote: On Fri, Jun 12, 2009 at 03:02:39PM +0200, Daniel Lezcano wrote: Grumf ! that's annoying :( Thank you very much for your quick answer ! :) As I only need the CAP_SYS_BOOT, I will define it manually in the source code and will remove the include, that's ugly but anyway