diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-24 22:00:25 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-24 22:00:25 +0000 |
commit | 5adf94b59c8d8c11af0c306e44587ebfd44e535b (patch) | |
tree | b1df965decd1d12b519f87a5ce87caa224efcb65 /sys/kern/vfs_init.c | |
parent | 5badf698789f23c2b45c1690491097269372b344 (diff) |
kill some externs that are not there anymore and had left other places for a better void ages ago
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r-- | sys/kern/vfs_init.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index 7f737aa02ad..91d7a2936fc 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_init.c,v 1.14 2003/06/02 23:28:07 millert Exp $ */ +/* $OpenBSD: vfs_init.c,v 1.15 2003/07/24 22:00:24 mickey Exp $ */ /* $NetBSD: vfs_init.c,v 1.6 1996/02/09 19:00:58 christos Exp $ */ /* @@ -228,8 +228,6 @@ vfs_op_init() /* * Routines having to do with the management of the vnode table. */ -extern struct vnodeops dead_vnodeops; -extern struct vnodeops spec_vnodeops; struct vattr va_null; /* |