]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo mtab.h to be mnttab.h in findlib/fstype.c
authorKern Sibbald <kern@sibbald.com>
Thu, 16 Mar 2017 12:44:54 +0000 (13:44 +0100)
committerKern Sibbald <kern@sibbald.com>
Thu, 16 Mar 2017 12:44:54 +0000 (13:44 +0100)
bacula/src/findlib/fstype.c

index 1ae6909436337baf4064e080fd24f57edb6f02cc..ab31c2dac46b39fc1c1aad24346ad992867e02e3 100644 (file)
@@ -291,7 +291,7 @@ bool fstype(FF_PKT *ff_pkt, char *fs, int fslen)
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/mtab.h>
+#include <sys/mnttab.h>
 
 bool fstype(FF_PKT *ff_pkt, char *fs, int fslen)
 {