diff -urN 2.2.17pre4/include/linux/sched.h 2.2.17pre4-VM/include/linux/sched.h --- 2.2.17pre4/include/linux/sched.h Wed May 10 22:26:45 2000 +++ 2.2.17pre4-VM/include/linux/sched.h Mon Jun 19 22:05:15 2000 @@ -291,7 +291,6 @@ /* mm fault and swap info: this can arguably be seen as either mm-specific or thread-specific */ unsigned long min_flt, maj_flt, nswap, cmin_flt, cmaj_flt, cnswap; int swappable:1; - int trashing_mem:1; /* process credentials */ uid_t uid,euid,suid,fsuid; gid_t gid,egid,sgid,fsgid; @@ -382,7 +381,7 @@ /* utime */ {0,0,0,0},0, \ /* per CPU times */ {0, }, {0, }, \ /* flt */ 0,0,0,0,0,0, \ -/* swp */ 0,0, \ +/* swp */ 0, \ /* process credentials */ \ /* uid etc */ 0,0,0,0,0,0,0,0, \ /* suppl grps*/ 0, {0,}, \