aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:30 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:30 +0000
commitdfc016587a1e11191676c42672aeeee5eb8cd64b (patch)
treec7c76d0a331f429ab9d18f5ae07a6c4b06c1499e /sys/fs
parent2a63c3be158216222d89a073dcbd6a72ee4aab5a (diff)
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/autofs/autofs_vfsops.c2
-rw-r--r--sys/fs/tmpfs/tmpfs_fifoops.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/fs/autofs/autofs_vfsops.c b/sys/fs/autofs/autofs_vfsops.c
index 07bec01517c8..473a0b2280ac 100644
--- a/sys/fs/autofs/autofs_vfsops.c
+++ b/sys/fs/autofs/autofs_vfsops.c
@@ -29,8 +29,6 @@
*
*/
-#include <sys/cdefs.h>
- __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/fs/tmpfs/tmpfs_fifoops.c b/sys/fs/tmpfs/tmpfs_fifoops.c
index a8a4949529e9..27f77e5d7f28 100644
--- a/sys/fs/tmpfs/tmpfs_fifoops.c
+++ b/sys/fs/tmpfs/tmpfs_fifoops.c
@@ -35,8 +35,6 @@
/*
* tmpfs vnode interface for named pipes.
*/
-#include <sys/cdefs.h>
- __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/mount.h>