Detlef Riekenberg : ntdll: Avoid compile error caused by a single quote.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 21 05:04:04 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 43a0f0c85aa2504e144e8f0afc4c556fc02b7930
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=43a0f0c85aa2504e144e8f0afc4c556fc02b7930

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Tue Feb 21 06:37:35 2006 +0100

ntdll: Avoid compile error caused by a single quote.

---

 dlls/ntdll/signal_i386.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/signal_i386.c b/dlls/ntdll/signal_i386.c
index bfc9c45..727223d 100644
--- a/dlls/ntdll/signal_i386.c
+++ b/dlls/ntdll/signal_i386.c
@@ -105,7 +105,7 @@ struct kernel_sigaction
 
 #ifndef SYS_sigaction
 # ifndef __NR_sigaction
-#  error The sigaction syscall is part of the Linux i386 ABI, but your headers don't define it. Please raise a bug with your distribution.
+#  error The sigaction syscall is part of the Linux i386 ABI, but your headers does not define it. Please raise a bug with your distribution.
 # endif
 # define SYS_sigaction __NR_sigaction
 #endif




More information about the wine-cvs mailing list