Module Name: src
Committed By: thorpej
Date: Sat May 18 00:05:18 UTC 2024
Modified Files:
src/sys/fs/unionfs: unionfs_vfsops.c
Log Message:
Remove unecessary include of <sys/malloc.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/fs/unionfs/unionfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/fs/unionfs/unionfs_vfsops.c
diff -u src/sys/fs/unionfs/unionfs_vfsops.c:1.16 src/sys/fs/unionfs/unionfs_vfsops.c:1.17
--- src/sys/fs/unionfs/unionfs_vfsops.c:1.16 Mon Sep 12 13:11:41 2022
+++ src/sys/fs/unionfs/unionfs_vfsops.c Sat May 18 00:05:18 2024
@@ -40,7 +40,6 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/lock.h>
-#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/namei.h>
#include <sys/proc.h>