Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27789
b: refs/heads/master
c: ba9627b
h: refs/heads/master
i:
  27787: 7de2126
v: v3
  • Loading branch information
David Woodhouse committed May 16, 2006
1 parent dd57b58 commit f822252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 35af68b53a62c98bf551aaae7be179bde248eb34
refs/heads/master: ba9627b85fcb5ed67285ca0711f0f4d1e965746e
6 changes: 3 additions & 3 deletions trunk/include/linux/jffs2.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@

typedef struct {
uint32_t v32;
} jint32_t;
} __attribute__((packed)) jint32_t;

typedef struct {
uint32_t m;
} jmode_t;
} __attribute__((packed)) jmode_t;

typedef struct {
uint16_t v16;
} jint16_t;
} __attribute__((packed)) jint16_t;

struct jffs2_unknown_node
{
Expand Down

0 comments on commit f822252

Please sign in to comment.