[srm-cvs] CVS Update: - Fix typo

From: <d.rethans[@]jdimedia.nl>
Date: Sun Dec 29 2002 - 22:03:27 CET

Date: Sun Dec 29 22:03:27 CET 2002
User: Derick Rethans
Directory: srm/main

Log Message:
 [0.05]
 - Fix typo
 
Modified files:
           srm/main/main.c (version: 1.64)

[FILE: /srm/main/main.c]

--- srm/main/main.c:1.63 Sun Dec 01 01:37:50 2002 GMT
+++ srm/main/main.c Sun Dec 29 20:03:27 2002 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.63 2002/12/01 02:37:50 kalowsky Exp $ */
+/* $Id: cvstemp,v 1.64 2002/12/29 21:03:27 derick Exp $ */
 
 /* The contents of this file are subject to the Vulcan Logic Public
  * License Version 1.1 (the "License"); you may not use this file
@@ -155,7 +155,7 @@
 
         while (!srm_shutdown) {
                 sigfillset (&signal_set);
-#ifndef HAVE_SIGWAIT
+#ifdef HAVE_SIGWAIT
 /* Mac OS X 10.0 - 10.1 there is no sigwait */
                 sigwait (&signal_set, &signal);
 #endif
Received on Sun Dec 29 21:43:36 2002

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 05:00:03 CET