From c4189c6c55c4b22a50229bba5f853f4bd6f9d552 Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Mon, 15 Jan 2018 19:23:55 +0200 Subject: [PATCH] sbin/mount_autofs: Change include path from fs/ to vfs/ /usr/include/fs seems to exist as a symlink to vfs/, but change include path to vfs. --- sbin/mount_autofs/mount_autofs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mount_autofs/mount_autofs.c b/sbin/mount_autofs/mount_autofs.c index ff0097b10a..40da2a6909 100644 --- a/sbin/mount_autofs/mount_autofs.c +++ b/sbin/mount_autofs/mount_autofs.c @@ -38,7 +38,7 @@ #include #include -#include +#include #include "mount_autofs.h" -- 2.11.4.GIT