use '__linux__' instead of '__linux' (reported by Ola Lundqvist)
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 5 May 2005 09:21:21 +0000 (09:21 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 5 May 2005 09:21:21 +0000 (09:21 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2087 94cd875c-1c1d-0410-91d2-eb244daf1a30

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