]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Copy net/9p/9p.h
authorSasha Levin <levinsasha928@gmail.com>
Fri, 20 May 2011 08:37:08 +0000 (11:37 +0300)
committerPekka Enberg <penberg@kernel.org>
Fri, 20 May 2011 13:24:21 +0000 (16:24 +0300)
commitdd68c0124cdfb6592c974e49bca2777f459d39b8
tree340833851c39ea12572b429cb68836faaa5b5b03
parent3d9a3baf7023e259606615e361defde1903ffa22
kvm tools: Copy net/9p/9p.h

Header could not be included directly because among some minor
issues, the original header declared the same function twice:
int p9_errstr2errno(char *errstr, int len);
int p9_errstr2errno(char *, int);

A patch has been sent to 9P maintainers, this header should
be removed once the patch is in.

Until then, use a modified copy of the header.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/include/net/9p/9p.h [new file with mode: 0644]