diff for duplicates of <87efjbnswr.fsf@xmission.com> diff --git a/a/1.txt b/N1/1.txt index 0dfa765..86da275 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -41,7 +41,7 @@ Arnd Bergmann <arnd@arndb.de> writes: > > struct msqid64_ds { > struct ipc64_perm msg_perm; -> +#if __BITS_PER_LONG == 64 +> +#if __BITS_PER_LONG = 64 > __kernel_time_t msg_stime; /* last msgsnd time */ > -#if __BITS_PER_LONG != 64 > - unsigned long __unused1; @@ -96,7 +96,7 @@ in one half of the structure and no typedefs in the other half. > */ > struct semid64_ds { > struct ipc64_perm sem_perm; /* permissions .. see ipc.h */ -> +#if __BITS_PER_LONG == 64 +> +#if __BITS_PER_LONG = 64 > __kernel_time_t sem_otime; /* last semop time */ > -#if __BITS_PER_LONG != 64 > - unsigned long __unused1; @@ -127,7 +127,7 @@ in one half of the structure and no typedefs in the other half. > struct shmid64_ds { > struct ipc64_perm shm_perm; /* operation perms */ > size_t shm_segsz; /* size of segment (bytes) */ -> +#if __BITS_PER_LONG == 64 +> +#if __BITS_PER_LONG = 64 > __kernel_time_t shm_atime; /* last attach time */ > -#if __BITS_PER_LONG != 64 > - unsigned long __unused1; diff --git a/a/content_digest b/N1/content_digest index 0dac06b..1726d16 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020180419143737.606138-2-arnd@arndb.de\0" "From\0ebiederm@xmission.com (Eric W. Biederman)\0" "Subject\0Re: [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures\0" - "Date\0Thu, 19 Apr 2018 09:59:48 -0500\0" + "Date\0Thu, 19 Apr 2018 14:59:48 +0000\0" "To\0Arnd Bergmann <arnd@arndb.de>\0" "Cc\0y2038@lists.linaro.org" linux-kernel@vger.kernel.org @@ -68,7 +68,7 @@ "> \n" "> struct msqid64_ds {\n" "> \tstruct ipc64_perm msg_perm;\n" - "> +#if __BITS_PER_LONG == 64\n" + "> +#if __BITS_PER_LONG = 64\n" "> \t__kernel_time_t msg_stime;\t/* last msgsnd time */\n" "> -#if __BITS_PER_LONG != 64\n" "> -\tunsigned long\t__unused1;\n" @@ -123,7 +123,7 @@ "> */\n" "> struct semid64_ds {\n" "> \tstruct ipc64_perm sem_perm;\t/* permissions .. see ipc.h */\n" - "> +#if __BITS_PER_LONG == 64\n" + "> +#if __BITS_PER_LONG = 64\n" "> \t__kernel_time_t\tsem_otime;\t/* last semop time */\n" "> -#if __BITS_PER_LONG != 64\n" "> -\tunsigned long\t__unused1;\n" @@ -154,7 +154,7 @@ "> struct shmid64_ds {\n" "> \tstruct ipc64_perm\tshm_perm;\t/* operation perms */\n" "> \tsize_t\t\t\tshm_segsz;\t/* size of segment (bytes) */\n" - "> +#if __BITS_PER_LONG == 64\n" + "> +#if __BITS_PER_LONG = 64\n" "> \t__kernel_time_t\t\tshm_atime;\t/* last attach time */\n" "> -#if __BITS_PER_LONG != 64\n" "> -\tunsigned long\t\t__unused1;\n" @@ -177,4 +177,4 @@ "> \t__kernel_pid_t\t\tshm_cpid;\t/* pid of creator */\n" "> \t__kernel_pid_t\t\tshm_lpid;\t/* pid of last operator */" -abae6d359553e8e2010d5f2d01868a3b6ac8f0584743ed9269d865609964080e +d79f4f0ecd5b8632ce45cb4c2920b8ee5627889e4adb4eb2317e81bfcba899ae
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.