On Sun, 28 Sep 2003, Deepali Naik wrote:
[root@localhost ext2]# cc acl.c In file included from /usr/include/linux/sched.h:14, from acl.c:11: /usr/include/linux/timex.h:173: field `time' has incomplete type
I think you have to include <linux/time.h> before you include these files, but I cannot be sure. Try putting a #include <linux/time.h> before your #include <linux/sched.h> and see if it makes a difference.