From: Enrico Scholz Date: Thu, 5 May 2005 09:21:21 +0000 (+0000) Subject: use '__linux__' instead of '__linux' (reported by Ola Lundqvist) X-Git-Tag: version_0_30_210~194 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d3bef62d063caeb506a404e89fdac929b249591;p=util-vserver.git use '__linux__' instead of '__linux' (reported by Ola Lundqvist) git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2087 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/src/vshelper-sync.c b/util-vserver/src/vshelper-sync.c index 9e1b3ab..b09794e 100644 --- a/util-vserver/src/vshelper-sync.c +++ b/util-vserver/src/vshelper-sync.c @@ -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