Imported Upstream version 2.5.2p1
[debian/amanda] / client-src / getfsent.c
index d29953bd0efe181d4336ad1da9d13675c0a54adb..03e68d8c3e23678e27681f3a1e48540b6383ba24 100644 (file)
@@ -314,10 +314,8 @@ get_fstab_nextentry(
     }
     fsent->fstype = lfsnam;
 
-#define sc "hs"
-    if (strncmp(fsent->fstype, sc, SIZEOF(sc)-1) == 0)
+    if (strncmp_const(fsent->fstype, "hs") == 0)
        fsent->fstype = "iso9660";
-#undef sc
 
     fsent->freq = 0;
     fsent->passno = 0;