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 */