From c2a8b127e5dcfeeb04c3496889fdb3ad0475e374 Mon Sep 17 00:00:00 2001 From: Sasha Levin Date: Tue, 17 May 2011 13:51:26 +0000 Subject: [PATCH] --- yaml --- r: 251293 b: refs/heads/master c: 08bb3a5076500adaf16af11f5813c8eb43f3c9a9 h: refs/heads/master i: 251291: ab3d4ed8fcbb85f9970ed76ef39012b3af2b59d2 v: v3 --- [refs] | 2 +- trunk/include/net/9p/9p.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ce6f9d7fc3a6..9a0a69f1ba0b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 87211cd8db6e5d1c9154812139d04a3dc6f282bf +refs/heads/master: 08bb3a5076500adaf16af11f5813c8eb43f3c9a9 diff --git a/trunk/include/net/9p/9p.h b/trunk/include/net/9p/9p.h index 104fec3c893b..008711e8e78f 100644 --- a/trunk/include/net/9p/9p.h +++ b/trunk/include/net/9p/9p.h @@ -714,7 +714,7 @@ struct p9_fcall { size_t pbuf_size; void *private; - uint8_t *sdata; + u8 *sdata; }; struct p9_idpool; @@ -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 */