summaryrefslogtreecommitdiffstats
path: root/sys/fs/autofs/autofs.c
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-08-31 21:49:45 +0000
committertrasz <trasz@FreeBSD.org>2014-08-31 21:49:45 +0000
commit87f90af6e4825d0640770331d4a17eb12fa2625b (patch)
tree5e78d401280563d2df0bd2d4b0c547d7e8bcaabc /sys/fs/autofs/autofs.c
parentab3fae8a9efadf544e2294cc0a373cb61be4ff84 (diff)
downloadFreeBSD-src-87f90af6e4825d0640770331d4a17eb12fa2625b.zip
FreeBSD-src-87f90af6e4825d0640770331d4a17eb12fa2625b.tar.gz
MFC r270281:
Fix includes. Suggested by: pluknet@ Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/fs/autofs/autofs.c')
-rw-r--r--sys/fs/autofs/autofs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/autofs/autofs.c b/sys/fs/autofs/autofs.c
index f2dd775..d3ea03d 100644
--- a/sys/fs/autofs/autofs.c
+++ b/sys/fs/autofs/autofs.c
@@ -80,8 +80,8 @@
#include <machine/atomic.h>
#include <vm/uma.h>
-#include "autofs.h"
-#include "autofs_ioctl.h"
+#include <fs/autofs/autofs.h>
+#include <fs/autofs/autofs_ioctl.h>
MALLOC_DEFINE(M_AUTOFS, "autofs", "Automounter filesystem");
OpenPOWER on IntegriCloud