X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Flib%2Fmntent_cache.c;h=14b304da5290e3530948ca55aabed4bd36562dd6;hb=897707854a8240d026e933215009f931bb9c5762;hp=998dbdb6b98b161be90ef05bb2dbae5363cc4828;hpb=b089dc37d3cd08b58c171723a2c00cfcdc66cedc;p=bacula%2Fbacula diff --git a/bacula/src/lib/mntent_cache.c b/bacula/src/lib/mntent_cache.c index 998dbdb6b9..14b304da52 100644 --- a/bacula/src/lib/mntent_cache.c +++ b/bacula/src/lib/mntent_cache.c @@ -41,10 +41,10 @@ * - DARWIN (OSX) * - IRIX * - AIX - * - TRU64 (True64) + * - OSF1 (Tru64) * - Solaris * - * Currently we only use this code for Linux and TRU64 based fstype determination. + * Currently we only use this code for Linux and OSF1 based fstype determination. * For the other OS-es we can use the fstype present in stat structure on those OS-es. * * This code replaces the big switch we used before based on SUPER_MAGIC present in @@ -88,7 +88,7 @@ #elif defined(HAVE_AIX_OS) #include #include -#elif defined(HAVE_TRU64_OS) +#elif defined(HAVE_OSF1_OS) #include #endif @@ -275,7 +275,7 @@ static void refresh_mount_cache(void) cnt++; } free(entries); -#elif defined(HAVE_TRU64_OS) +#elif defined(HAVE_OSF1_OS) struct statfs *entries, *current; struct stat st; int n_entries, cnt;