From 16df2c74f06bc8ad15baad64e0ffe516ed591346 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 26 May 2004 19:09:04 +0000 Subject: [PATCH] Cleanup warnings. No operational changes. --- sys/kern/vfs_syscalls.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 58b65344f8..1ac3bdee2e 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -37,12 +37,13 @@ * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 * $FreeBSD: src/sys/kern/vfs_syscalls.c,v 1.151.2.18 2003/04/04 20:35:58 tegge Exp $ - * $DragonFly: src/sys/kern/vfs_syscalls.c,v 1.36 2004/05/21 16:21:57 drhodus Exp $ + * $DragonFly: src/sys/kern/vfs_syscalls.c,v 1.37 2004/05/26 19:09:04 dillon Exp $ */ #include #include #include +#include #include #include #include -- 2.41.0