Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8050
b: refs/heads/master
c: f952678
h: refs/heads/master
v: v3
  • Loading branch information
jdl@freescale.com authored and Paul Mackerras committed Sep 9, 2005
1 parent a104fd9 commit 8a9d9a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4df7671716f1fffb3437a7c1a14e3d2465fefef
refs/heads/master: f9526785d8a03fd0e21f9cfc951adc03bde1c395
8 changes: 4 additions & 4 deletions trunk/include/asm-powerpc/shmbuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@

struct shmid64_ds {
struct ipc64_perm shm_perm; /* operation perms */
#ifndef __power64__
#ifndef __powerpc64__
unsigned long __unused1;
#endif
__kernel_time_t shm_atime; /* last attach time */
#ifndef __power64__
#ifndef __powerpc64__
unsigned long __unused2;
#endif
__kernel_time_t shm_dtime; /* last detach time */
#ifndef __power64__
#ifndef __powerpc64__
unsigned long __unused3;
#endif
__kernel_time_t shm_ctime; /* last change time */
#ifndef __power64__
#ifndef __powerpc64__
unsigned long __unused4;
#endif
size_t shm_segsz; /* size of segment (bytes) */
Expand Down

0 comments on commit 8a9d9a3

Please sign in to comment.