Re: Linux capabilities set compilation errors
From: Juha Laiho (Juha.Laiho_at_iki.fi)
Date: 06/21/04
- Next message: Joe Seigh: "Re: pthread_cond_signal in a signal handler?"
- Previous message: Måns Rullgård: "Re: pthread_cond_signal in a signal handler?"
- In reply to: Karthik: "Linux capabilities set compilation errors"
- Next in thread: Karthik: "Re: Linux capabilities set compilation errors"
- Reply: Karthik: "Re: Linux capabilities set compilation errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Jun 2004 17:42:02 GMT
Karthik <karthik@nospam.com> said:
>I am trying to use the linux capabilities set in my program. The
>compilation gives me an error with regards to the header files included
>by the distribution.
You shouldn't (typically) be using <linux/*.h> header files directly in
user-space programs (they're mostly for writing kernel code).
Is <sys/capability.h> perhaps what you're looking for?
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
- Next message: Joe Seigh: "Re: pthread_cond_signal in a signal handler?"
- Previous message: Måns Rullgård: "Re: pthread_cond_signal in a signal handler?"
- In reply to: Karthik: "Linux capabilities set compilation errors"
- Next in thread: Karthik: "Re: Linux capabilities set compilation errors"
- Reply: Karthik: "Re: Linux capabilities set compilation errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|