From d2c9f24fe0a6e73247c827d54b8c2189b61c4ea2 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 22 May 2001 14:36:19 +0000 Subject: Header cleanups to fix compilation. Mostly a hack, pending figuring out the best way to do some things. --- libc/sysdeps/linux/mips/bits/shm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/mips/bits/shm.h') diff --git a/libc/sysdeps/linux/mips/bits/shm.h b/libc/sysdeps/linux/mips/bits/shm.h index 31c65a91a..2cc99bf30 100644 --- a/libc/sysdeps/linux/mips/bits/shm.h +++ b/libc/sysdeps/linux/mips/bits/shm.h @@ -48,8 +48,8 @@ struct shmid_ds long int shm_lpid; /* pid of last shmop */ unsigned short int shm_nattch; /* number of current attaches */ unsigned short int __shm_npages; /* size of segment (pages) */ - unsigned long int *__unbounded __shm_pages; /* array of ptrs to frames -> SHMMAX */ - struct vm_area_struct *__unbounded __attaches; /* descriptors for attaches */ + unsigned long int *__shm_pages; /* array of ptrs to frames -> SHMMAX */ + struct vm_area_struct *__attaches; /* descriptors for attaches */ }; #ifdef __USE_MISC -- cgit v1.2.3