From 3d3bef62d063caeb506a404e89fdac929b249591 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 5 May 2005 09:21:21 +0000 Subject: [PATCH] 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 --- util-vserver/src/vshelper-sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.1.5