]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - mount/fstab.c
mount: move realpath.c code to lib/
[thirdparty/util-linux.git] / mount / fstab.c
index c60c5f4db26a2c59e0b0697f9f5da25ad114768e..bcbc3a9db1ed3565b9922300b9920237726d19ac 100644 (file)
@@ -19,7 +19,6 @@
 #include "fsprobe.h"
 #include "pathnames.h"
 #include "nls.h"
-#include "realpath.h"
 
 #define streq(s, t)    (strcmp ((s), (t)) == 0)
 
@@ -924,10 +923,6 @@ mntFILE *my_setmntent (const char *file, char *mode) { return NULL; }
 void my_endmntent (mntFILE *mfp) { }
 int my_addmntent (mntFILE *mfp, struct my_mntent *mnt) { return 0; }
 
-char *canonicalize (const char *path) {  return NULL; }
-char *canonicalize_spec (const char *path) { return NULL; }
-int is_pseudo_fs(const char *type) { return 0; };
-
 int
 main(int argc, char **argv)
 {