[llvm-commits] CVS: llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp

Jeff Cohen jeffc at jolt-lang.org
Thu Mar 29 09:31:02 PDT 2007



Changes in directory llvm-test/MultiSource/Applications/hexxagon:

hexxagonmove.cpp updated: 1.4 -> 1.5
---
Log message:

Correct OpenBSD oversight.

---
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.4 llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:1.5
--- llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:1.4	Mon Apr 17 12:55:40 2006
+++ llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp	Thu Mar 29 11:30:45 2007
@@ -87,7 +87,7 @@
 
 int getTime()
 {
-#if defined(__FreeBSD__) || defined(__APPLE__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__ )|| defined(__APPLE__)
 	struct timeval tv;
 
 	gettimeofday(&tv, NULL);






More information about the llvm-commits mailing list