Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297678
b: refs/heads/master
c: 34e6f9e
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Feb 14, 2012
1 parent f5f5565 commit e1c25c4
Show file tree
Hide file tree
Showing 2 changed files with 7 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: b4255ba3fb9275f06daffce9f458668c8bd6773e
refs/heads/master: 34e6f9e9f9250f2b9a6da6f9df9c9293e3701c2f
10 changes: 6 additions & 4 deletions trunk/include/asm-generic/posix_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ typedef long __kernel_ptrdiff_t;
#endif
#endif

#ifndef __kernel_fsid_t
typedef struct {
int val[2];
} __kernel_fsid_t;
#endif

/*
* anything below here should be completely generic
*/
Expand All @@ -86,10 +92,6 @@ typedef char * __kernel_caddr_t;
typedef unsigned short __kernel_uid16_t;
typedef unsigned short __kernel_gid16_t;

typedef struct {
int val[2];
} __kernel_fsid_t;

#ifdef __KERNEL__

#undef __FD_SET
Expand Down

0 comments on commit e1c25c4

Please sign in to comment.