Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251293
b: refs/heads/master
c: 08bb3a5
h: refs/heads/master
i:
  251291: ab3d4ed
v: v3
  • Loading branch information
Sasha Levin authored and Eric Van Hensbergen committed May 25, 2011
1 parent a68ead6 commit c2a8b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 87211cd8db6e5d1c9154812139d04a3dc6f282bf
refs/heads/master: 08bb3a5076500adaf16af11f5813c8eb43f3c9a9
3 changes: 1 addition & 2 deletions trunk/include/net/9p/9p.h
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ struct p9_fcall {
size_t pbuf_size;
void *private;

uint8_t *sdata;
u8 *sdata;
};

struct p9_idpool;
Expand All @@ -728,7 +728,6 @@ void p9_idpool_put(int id, struct p9_idpool *p);
int p9_idpool_check(int id, struct p9_idpool *p);

int p9_error_init(void);
int p9_errstr2errno(char *, int);
int p9_trans_fd_init(void);
void p9_trans_fd_exit(void);
#endif /* NET_9P_H */

0 comments on commit c2a8b12

Please sign in to comment.