commit e0877492bece4b0bd7e543ea205ebbf9e9b2732f parent f98776a4731043f6a65d46e035282cc9ed165b80 Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com> Date: Mon, 7 Jun 2010 23:55:32 +0200 opentap() Diffstat:
src/9vx/ethertap.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/9vx/ethertap.c b/src/9vx/ethertap.c @@ -93,7 +93,7 @@ setup(void) iprint("ve: cannot read mac address\n"); return -1; } - return opentap(dev); + return opentap(); } Block*