> xfs_ioctl.c:901: `S_IMMUTABLE' undeclared (first use in this function) > xfs_ioctl.c:901: (Each undeclared identifier is reported only once > xfs_ioctl.c:901: for each function it appears in.) S_IMMUTABLE changed to S_IMMUTABLE_FILE, you either add it to include ( set S_IMMUTABLE to the same value as S_IMMUTABLE_FILE ), or change all occurances of S_IMMUTABLE to S_IMMUTABLE_FILE. I'm running such kernel succesfully,
regards, -- Key fingerprint = 40D0 9FFB 9939 7320 8294 05E0 BCC7 02C4 75CC 50D9 Namagumi namagomi namagoroshi _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
