From 289f11acb49b6dbb3081e09bf94a86f008f55814 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 16 Mar 1995 18:17:34 +0000 Subject: Add and move declarations to fix all of the warnings from `gcc -Wimplicit' (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones. --- sys/msdosfs/denode.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/msdosfs/denode.h') diff --git a/sys/msdosfs/denode.h b/sys/msdosfs/denode.h index a45994b..b47196a 100644 --- a/sys/msdosfs/denode.h +++ b/sys/msdosfs/denode.h @@ -1,4 +1,4 @@ -/* $Id: denode.h,v 1.2 1994/12/12 12:35:40 bde Exp $ */ +/* $Id: denode.h,v 1.3 1994/12/27 12:37:33 bde Exp $ */ /* $NetBSD: denode.h,v 1.8 1994/08/21 18:43:49 ws Exp $ */ /*- @@ -225,6 +225,8 @@ struct defid { /* u_long defid_gen; generation number */ }; +extern int (**msdosfs_vnodeop_p)(); + /* * Prototypes for MSDOSFS vnode operations */ -- cgit v1.1