aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs/denode.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-03-16 18:17:34 +0000
committerBruce Evans <bde@FreeBSD.org>1995-03-16 18:17:34 +0000
commitb5e8ce9f12b66453759f254bdf8bfc53fe2b6948 (patch)
treee4952f18ac85eccbbd3d9b0f010098732d07fe6d /sys/fs/msdosfs/denode.h
parent11098d3bad179feb30248af23c90e5df877d36f8 (diff)
downloadsrc-b5e8ce9f12b66453759f254bdf8bfc53fe2b6948.tar.gz
src-b5e8ce9f12b66453759f254bdf8bfc53fe2b6948.zip
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.
Notes
Notes: svn path=/head/; revision=7090
Diffstat (limited to 'sys/fs/msdosfs/denode.h')
-rw-r--r--sys/fs/msdosfs/denode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/denode.h b/sys/fs/msdosfs/denode.h
index a45994b74818..b47196adbd7f 100644
--- a/sys/fs/msdosfs/denode.h
+++ b/sys/fs/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
*/