X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fcompat.h;h=badca67498c57ba36b8b4b0362da7accc925e2f0;hb=c379a190b0c8f633c6daca9586cc44b5bc4f4c28;hp=9f5eccdb3b59076e8ca3f9bdd9b8c11d7fbdaa6b;hpb=6763d92c3f9f833d2ae6a2d0a3f2ba2cc7cbc580;p=util-vserver.git diff --git a/util-vserver/compat.h b/util-vserver/compat.h index 9f5eccd..badca67 100644 --- a/util-vserver/compat.h +++ b/util-vserver/compat.h @@ -37,7 +37,7 @@ #if defined(__GNUC__) # define UNUSED __attribute__((__unused__)) # define NORETURN __attribute__((__noreturn__)) -# if __GNUC__>3 || (__GNUC__==3 && __GNUC__MINOR>=3) +# if __GNUC__>3 || (__GNUC__==3 && __GNUC_MINOR__>=3) # define NONNULL(ARGS) __attribute__((__nonnull__ ARGS)) # define ALWAYSINLINE __attribute__((__always_inline__)) # else