diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-12-24 17:35:06 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-12-24 17:35:06 +0100 |
commit | ef840a7d51f2e3874f070ec8af5c76011ef070c5 (patch) | |
tree | 4d1f53cf64571f4e380ce4a823c010fd6d7a297f | |
parent | b22adbf25e61dbc9537750cf2d1dad2c27989910 (diff) | |
download | xmobar-ef840a7d51f2e3874f070ec8af5c76011ef070c5.tar.gz xmobar-ef840a7d51f2e3874f070ec8af5c76011ef070c5.tar.bz2 |
Compilation in DragonFly fixed (#67)
-rw-r--r-- | src/StatFS.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StatFS.hsc b/src/StatFS.hsc index 871beb5..d785b89 100644 --- a/src/StatFS.hsc +++ b/src/StatFS.hsc @@ -23,7 +23,7 @@ import Foreign.C.String import Data.ByteString (useAsCString) import Data.ByteString.Char8 (pack) -#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__APPLE__) +#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__APPLE__) || defined (__DragonFly__) #define IS_BSD_SYSTEM #endif |