VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / compiler.h
index 151ab34..22d8370 100644 (file)
@@ -69,6 +69,10 @@ extern void __chk_user_ptr(void __user *);
 # define __deprecated          /* unimplemented */
 #endif
 
+#ifndef __must_check
+#define __must_check
+#endif
+
 /*
  * Allow us to avoid 'defined but not used' warnings on functions and data,
  * as well as force them to be emitted to the assembly file.