X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fshm.h;h=eeaed921a1dc02d02f3a61cec5ea0c62873ecfad;hb=0c326331c8b107abc0a160e8899d749150b8f76a;hp=bea65d9c93ef1c9da525bf5c6fb79a206f2e51f7;hpb=fb9fc395174138983a49f2da982ed14caabbe741;p=linux-2.6 diff --git a/include/linux/shm.h b/include/linux/shm.h index bea65d9c93..eeaed921a1 100644 --- a/include/linux/shm.h +++ b/include/linux/shm.h @@ -79,7 +79,6 @@ struct shmid_kernel /* private to the kernel */ { struct kern_ipc_perm shm_perm; struct file * shm_file; - int id; unsigned long shm_nattch; unsigned long shm_segsz; time_t shm_atim;