use '__linux__' instead of '__linux' (reported by Ola Lundqvist)
[util-vserver.git] / util-vserver / src / vshelper-sync.c
index 9e1b3ab..b09794e 100644 (file)
@@ -85,7 +85,7 @@ int main(int argc, char *argv[])
     FD_ZERO(&fds);
     FD_SET(fd, &fds);
 
-#ifndef __linux
+#ifndef __linux__
 #  error vshelper relies on the Linux select() behavior (timeout holds remaining time)
 #endif