diff options
| author | 2003-07-24 22:00:24 +0000 | |
|---|---|---|
| committer | 2003-07-24 22:00:24 +0000 | |
| commit | 152d075113ea9c9416253f124537cdd8e8d918a6 (patch) | |
| tree | ea534402aaf32744c409180cdf40516a172da7b6 /sys/kern/vfs_init.c | |
| parent | sync (diff) | |
| download | wireguard-openbsd-152d075113ea9c9416253f124537cdd8e8d918a6.tar.xz wireguard-openbsd-152d075113ea9c9416253f124537cdd8e8d918a6.zip | |
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; /* |
