diff options
Diffstat (limited to 'cmd/srv9p')
-rw-r--r-- | cmd/srv9p/main.c | 2 | ||||
-rw-r--r-- | cmd/srv9p/static9p.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/srv9p/main.c b/cmd/srv9p/main.c index be34daa..05368e5 100644 --- a/cmd/srv9p/main.c +++ b/cmd/srv9p/main.c @@ -25,7 +25,7 @@ /* implementation *************************************************************/ -#define UNUSED(name) /* name __attribute__((unused)) */ +#define UNUSED(name) /* file tree ******************************************************************/ diff --git a/cmd/srv9p/static9p.c b/cmd/srv9p/static9p.c index 90f3856..b5b18e0 100644 --- a/cmd/srv9p/static9p.c +++ b/cmd/srv9p/static9p.c @@ -9,7 +9,7 @@ #include "static9p.h" -#define UNUSED(name) /* name __attribute__((unused)) */ +#define UNUSED(name) #define p9_str(cstr) ((struct lib9p_s){ .len = strlen(cstr), .utf8 = cstr }) #define p9_nulstr ((struct lib9p_s){ .len = 0, .utf8 = NULL }) |