Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58435
b: refs/heads/master
c: 5933708
h: refs/heads/master
i:
  58433: 194e2e0
  58431: 187378e
v: v3
  • Loading branch information
Stefan Richter committed Jul 9, 2007
1 parent c57b913 commit 509cf72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 19f00e66f8aa7ee581c6d003fd68ee9f9dee4057
refs/heads/master: 59337087cb33db58aa0d4463892b4475cf66a50b
6 changes: 5 additions & 1 deletion trunk/drivers/ieee1394/raw1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,11 @@ struct compat_raw1394_req {

__u64 sendb;
__u64 recvb;
} __attribute__((packed));
}
#if defined(CONFIG_X86_64) || defined(CONFIG_IA64)
__attribute__((packed))
#endif
;

static const char __user *raw1394_compat_write(const char __user *buf)
{
Expand Down

0 comments on commit 509cf72

Please sign in to comment.