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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user