From: VMware, Inc <> Date: Fri, 18 Sep 2009 21:37:19 +0000 (-0700) Subject: Clean up a comment X-Git-Tag: 2009.09.18-193784~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7065e9615d95c77edffc9f015e6dc5dbb9d4bf5;p=thirdparty%2Fopen-vm-tools.git Clean up a comment Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/misc/eventfd.c b/open-vm-tools/lib/misc/eventfd.c index 53be4e0c9..05c26081f 100644 --- a/open-vm-tools/lib/misc/eventfd.c +++ b/open-vm-tools/lib/misc/eventfd.c @@ -34,11 +34,12 @@ #ifdef SYS_eventfd2 /* - * If this error fires, either start using instead of "eventfd.h", - * or rename our eventfd/eventfd_read/eventfd_write to some private names and modify - * all users to use them. As you can guess, switching to glibc's eventfd.h is - * preferred choice. + * If this error fires, either start using instead of + * "eventfd.h", or rename our eventfd/eventfd_read/eventfd_write to some + * private names and modify all users to use them. As you can guess, + * switching to glibc's eventfd.h is preferred choice. */ + # error "You have real SYS_eventfd2. You should stop using this one." #endif #ifdef VM_X86_64