X-Git-Url: http://git.onelab.eu/?p=ipfw.git;a=blobdiff_plain;f=dummynet2%2Fmissing.h;h=9bc11b5aa21266844663b2d33782161307c83f08;hp=09ea13a7988a63b8739207bfa0f08112661f4592;hb=7f9fafbbf8a2c3d7a4b9aab56d63d9ee6f4bed82;hpb=7677cf8ea078c67480dbef9bdbda736cc97b5ac0 diff --git a/dummynet2/missing.h b/dummynet2/missing.h index 09ea13a..9bc11b5 100644 --- a/dummynet2/missing.h +++ b/dummynet2/missing.h @@ -24,7 +24,7 @@ */ /* - * $Id: missing.h 4666 2010-01-04 12:55:32Z luigi $ + * $Id: missing.h 4696 2010-01-07 12:37:09Z marta $ * * Header for kernel variables and functions that are not available in * userland. @@ -160,7 +160,7 @@ struct malloc_type { #define LOG_ERR 0x100 #define LOG_INFO 0x200 #define log(_level, fmt, arg...) do { \ - int __unused x=_level;printk(KERN_ERR fmt, ##arg); } while (0) + int __unused _qwerty=_level; printk(KERN_ERR fmt, ##arg); } while (0) /* * gettimeofday would be in sys/time.h but it is not