diff options
Diffstat (limited to 'src/cmd/sam')
-rw-r--r-- | src/cmd/sam/sam.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h index 40339150..ca92c48d 100644 --- a/src/cmd/sam/sam.h +++ b/src/cmd/sam/sam.h @@ -6,6 +6,9 @@ #undef waitfor #define waitfor samwaitfor +#undef warn +#define warn samwarn + /* * BLOCKSIZE is relatively small to keep memory consumption down. */ |