diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-28 15:20:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-28 15:20:40 +0100 |
| commit | 9d0306c425800a7ccd1450f2fe984e2ea61b4499 (patch) | |
| tree | 6998cd4463e95a3740c86d58e7d982ddec10c5af /src/lib | |
| parent | 1151383f93f1322409d533da203c6d517268b3ed (diff) | |
| parent | 1f6db0a540a160911cd6c73259a807bf0ba36be4 (diff) | |
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cross.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 86146c1b1..86b657432 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -22,7 +22,7 @@ #include "cross.h" #include "compose.hpp" #include "log.h" -#ifdef DVDOMATIC_POSIX +#ifdef DVDOMATIC_LINUX #include <unistd.h> #include <mntent.h> #endif @@ -165,7 +165,7 @@ mount_info () { list<pair<string, string> > m; -#ifdef DVDOMATIC_POSIX +#ifdef DVDOMATIC_LINUX FILE* f = setmntent ("/etc/mtab", "r"); if (!f) { return m; |
