From 8e005d0f13767db538e3d939188d73370db9042d Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 27 Sep 2018 14:30:33 +0200 Subject: added linux tap support for fool's network stack --- net/net_sys_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/net_sys_linux.h') diff --git a/net/net_sys_linux.h b/net/net_sys_linux.h index 2f6b62a..d2ef179 100644 --- a/net/net_sys_linux.h +++ b/net/net_sys_linux.h @@ -12,6 +12,6 @@ //#define klog(...) log(FOOLOS_LOG_COLOR,__FILE__ ":" S2(__LINE__), 10, LOG_LABEL_INFO __VA_ARGS__) #define S1(x) #x #define S2(x) S1(x) -#define klog(...) printf(__FILE__ ":" S2(__LINE__) __VA_ARGS__) +#define klog(...) printf(__FILE__ ":" S2(__LINE__) __VA_ARGS__); #define kbfree(x) free(x); #define kballoc(x) malloc(x*4096); -- cgit v1.2.3