Whamcloud - gitweb
LU-13225 utils: bash completion for lfs and lctl
[fs/lustre-release.git] / lustre / utils / wiretest.c
index 6262cc1..d95bd9f 100644 (file)
@@ -59,7 +59,9 @@
  * ("(non-zero)" and "0").
  *
  */
+#ifndef BUILD_BUG_ON
 #define BUILD_BUG_ON(cond) do {switch (0) {case (cond): case 1: break; } } while (0)
+#endif
 
 int ret;