--- growisofs.c.old 2008-03-04 10:15:03.000000000 +0100 +++ growisofs.c 2009-03-22 20:01:13.857070414 +0100 @@ -615,7 +615,7 @@ #ifndef _LINUX_WAIT_H #define _LINUX_WAIT_H /* linux headers are impaired */ #endif -#include +#include #if 0 #include @@ -842,7 +842,7 @@ #if defined(PR_SET_KEEPCAPS) if (getuid()!= 0 && prctl(PR_SET_KEEPCAPS,1) == 0) do { -#if defined(_LINUX_CAPABILITY_VERSION) && defined(CAP_SYS_RAWIO) && defined(SYS_capset) +#if defined(_SYS_CAPABILITY_H) && defined(CAP_SYS_RAWIO) && defined(SYS_capset) struct __user_cap_header_struct h; struct __user_cap_data_struct d;