patch-2.4.20 linux-2.4.20/include/asm-parisc/sembuf.h

Next file: linux-2.4.20/include/asm-parisc/shmbuf.h
Previous file: linux-2.4.20/include/asm-parisc/semaphore.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-parisc/sembuf.h linux-2.4.20/include/asm-parisc/sembuf.h
@@ -13,9 +13,13 @@
 
 struct semid64_ds {
 	struct ipc64_perm sem_perm;		/* permissions .. see ipc.h */
+#ifndef __LP64__
 	unsigned int	__pad1;
+#endif
 	__kernel_time_t	sem_otime;		/* last semop time */
+#ifndef __LP64__
 	unsigned int	__pad2;
+#endif
 	__kernel_time_t	sem_ctime;		/* last change time */
 	unsigned int	sem_nsems;		/* no. of semaphores in array */
 	unsigned int	__unused1;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)