[llvm-commits] CVS: llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp
Jeff Cohen
jeffc at jolt-lang.org
Mon Apr 17 10:55:56 PDT 2006
Changes in directory llvm-test/MultiSource/Applications/hexxagon:
hexxagonmove.cpp updated: 1.3 -> 1.4
---
Log message:
Add checks for __OpenBSD__.
---
Diffs of the changes: (+1 -1)
hexxagonmove.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp
diff -u llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:1.3 llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:1.4
--- llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:1.3 Wed Oct 26 10:34:35 2005
+++ llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp Mon Apr 17 12:55:40 2006
@@ -25,7 +25,7 @@
#include <iostream>
#include <stdlib.h>
-#if defined(__FreeBSD__) || defined(__APPLE__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
#include <sys/time.h>
#else
#include <sys/timeb.h>
More information about the llvm-commits
mailing list