summaryrefslogtreecommitdiffstats
path: root/covoar/app_common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'covoar/app_common.cc')
-rw-r--r--covoar/app_common.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/covoar/app_common.cc b/covoar/app_common.cc
index 025ca8f..d62e435 100644
--- a/covoar/app_common.cc
+++ b/covoar/app_common.cc
@@ -9,8 +9,8 @@
#include "DesiredSymbols.h"
#include "Explanations.h"
-/* hack so this can compile on the RH7 RTEMS 4.5 host */
-#if (__GNUC__ <= 2)
+/* hack so this can compile on old Linux versions and FreeBSD */
+#if (__GNUC__ <= 2) || defined(__FreeBSD__)
#define STAT stat
#define OPEN fopen
#else