Fixed userland net_stack_tester (I hope you don't mind, Philippe ;).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6162 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald
2004-01-19 22:59:55 +00:00
parent 4ff3011e50
commit 7854985f97
@@ -18,9 +18,13 @@
#include <stdio.h>
#include <string.h>
#include <Drivers.h>
// for B_SET_(NON)BLOCKING_IO
typedef struct commands_info {
int op;
const char *name
const char *name;
} commands_info;
#define C2N(op) { op, #op }