[llvm-commits] CVS: llvm/lib/System/Unix/Unix.h
Reid Spencer
reid at x10sys.com
Mon Oct 4 17:56:57 PDT 2004
Changes in directory llvm/lib/System/Unix:
Unix.h updated: 1.6 -> 1.7
---
Log message:
Adjust sys/stat.h inclusion so its only for SunOS.
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/System/Unix/Unix.h
diff -u llvm/lib/System/Unix/Unix.h:1.6 llvm/lib/System/Unix/Unix.h:1.7
--- llvm/lib/System/Unix/Unix.h:1.6 Mon Oct 4 19:51:26 2004
+++ llvm/lib/System/Unix/Unix.h Mon Oct 4 19:56:46 2004
@@ -23,7 +23,6 @@
#include <cstring>
#include <cerrno>
#include <sys/types.h>
-#include <sys/stat.h>
#include <sys/param.h>
#include <assert.h>
#include <string>
More information about the llvm-commits
mailing list