diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-04-23 17:35:09 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-04-23 17:35:09 +0000 |
commit | 219ab24ee97a778b6dd847f1587fba898447ddba (patch) | |
tree | c3e7c9d835b6654b6c07a8667848a5549de501c9 /sys/kern | |
parent | b4388296ede25c20a6d6c831cafbf8ff99007196 (diff) |
Remove unnecessary ARGSUSED comment
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/vfs_vnops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index 98630835acb..cacb93be6b4 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_vnops.c,v 1.49 2006/04/23 17:30:56 pedro Exp $ */ +/* $OpenBSD: vfs_vnops.c,v 1.50 2006/04/23 17:35:08 pedro Exp $ */ /* $NetBSD: vfs_vnops.c,v 1.20 1996/02/04 02:18:41 christos Exp $ */ /* @@ -484,7 +484,6 @@ vn_closefile(struct file *fp, struct proc *p) fp->f_cred, p)); } -/*ARGSUSED*/ int vn_kqfilter(struct file *fp, struct knote *kn) { |