Are you sure you looked in ALL the include files? I seem to have it as:
/usr/include/bits/resource.h:typedef __rlim_t rlim_t;
where __rlim_t is
/usr/include/bits/types.h:typedef long int __rlim_t;
so you could try including those two in the appropriate places.
> For now i jsut typedefed it as a long.
>
> Also, it's looking for a setting for SYS_capset to pass to syscall()
> and can't that either. Again, I looked in the include files without
> success.
I have this:
/usr/include/bits/syscall.h:#define SYS_capset __NR_capset
Hope that helps (although l-k probably isn't the best place for this...)
-- Bruce Harada bruce@ask.ne.jp- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/