]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/msgbuf.h
hamradio/scc: add missing block braces to multi-statement if
[linux-2.6-omap-h63xx.git] / include / asm-parisc / msgbuf.h
index 14ffc2782f1e31dad3fde5befd2f59d34c7160ca..fe88f2649418e63c77022ed74ff43b12c1bccda2 100644 (file)
 
 struct msqid64_ds {
        struct ipc64_perm msg_perm;
-#ifndef __LP64__
+#ifndef CONFIG_64BIT
        unsigned int   __pad1;
 #endif
        __kernel_time_t msg_stime;      /* last msgsnd time */
-#ifndef __LP64__
+#ifndef CONFIG_64BIT
        unsigned int   __pad2;
 #endif
        __kernel_time_t msg_rtime;      /* last msgrcv time */
-#ifndef __LP64__
+#ifndef CONFIG_64BIT
        unsigned int   __pad3;
 #endif
        __kernel_time_t msg_ctime;      /* last change time */