]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/fstype.c
Reverted the change of TRU64 to OSF1 for the OS detection rules. Although Compaq...
[bacula/bacula] / bacula / src / findlib / fstype.c
index 21cd969546bc8ccb5ab98c84a5c786ed8a20aaf8..4765f9415b2ceed99847bc7abd6e69bffd55dbb0 100644 (file)
@@ -53,7 +53,7 @@
    "HAVE_NETBSD_OS\n" \
    "HAVE_OPENBSD_OS\n" \
    "HAVE_SUN_OS\n" \
-   "HAVE_TRU64_OS\n" \
+   "HAVE_OSF1_OS\n" \
    "HAVE_WIN32\n"
 #define false              0
 #define true               1
@@ -131,7 +131,7 @@ bool fstype(const char *fname, char *fs, int fslen)
 }
 
 #elif defined(HAVE_LINUX_OS) || \
-      defined(HAVE_TRU64_OS)
+      defined(HAVE_OSF1_OS)
 
 #include <sys/stat.h>
 #include "lib/mntent_cache.h"