Revision: 7275
          http://svn.sourceforge.net/mahogany/?rev=7275&view=rev
Author:   vadz
Date:     2007-06-04 14:13:18 -0700 (Mon, 04 Jun 2007)

Log Message:
-----------
PCH compilation fix

Modified Paths:
--------------
    trunk/M/src/util/sysutil.cpp

Modified: trunk/M/src/util/sysutil.cpp
===================================================================
--- trunk/M/src/util/sysutil.cpp        2007-06-03 22:17:05 UTC (rev 7274)
+++ trunk/M/src/util/sysutil.cpp        2007-06-04 21:13:18 UTC (rev 7275)
@@ -18,16 +18,16 @@
 #     include <sys/types.h>
 #     include <sys/stat.h>               // needed by wxStructStat
 #     include <unistd.h>
-#     include <errno.h>
 #  endif // OS_UNIX
 #endif // USE_PCH
 
 #ifdef OS_UNIX
 #   include <unistd.h>
+#   include <errno.h>
 #   include <fcntl.h>
 #endif
 
-      
+
 bool sysutil_compare_filenames(String const &file1, String const
                               &file2)
 {
@@ -51,7 +51,7 @@
       }
       else
             return strutil_compare_filenames(file1, file2);
-   
+
    rc = wxStat(file2, &statbuf2);
    if(rc != 0)
       if(rc == ENOENT)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to