Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81852
b: refs/heads/master
c: 8674204
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Feb 1, 2008
1 parent 3baa78f commit 3af93b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: e1770d97a730ff4c3aa1775d98f4d0558390607f
refs/heads/master: 8674204a4977b5676d229f772c23f0091de9c23c
5 changes: 0 additions & 5 deletions trunk/net/9p/conv.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ static char *buf_put_stringn(struct cbuf *buf, const char *s, u16 slen)
return ret;
}

static inline void buf_put_string(struct cbuf *buf, const char *s)
{
buf_put_stringn(buf, s, strlen(s));
}

static u8 buf_get_int8(struct cbuf *buf)
{
u8 ret = 0;
Expand Down

0 comments on commit 3af93b9

Please sign in to comment.