aboutsummaryrefslogtreecommitdiff
path: root/sys/coda
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1999-01-28 00:57:57 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1999-01-28 00:57:57 +0000
commit8aef171243894d9b06e5ac740bfa5e8686fc4c1a (patch)
treef908d89518cbc0f801b11f1750100b49454326a1 /sys/coda
parent7191deb01ed2d308d347683ba7c8e5ea66bab570 (diff)
downloadsrc-8aef171243894d9b06e5ac740bfa5e8686fc4c1a.tar.gz
src-8aef171243894d9b06e5ac740bfa5e8686fc4c1a.zip
Fix warnings in preparation for adding -Wall -Wcast-qual to the
kernel compile
Notes
Notes: svn path=/head/; revision=43311
Diffstat (limited to 'sys/coda')
-rw-r--r--sys/coda/coda_fbsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c
index 0a5a573a8cf7..703708c63670 100644
--- a/sys/coda/coda_fbsd.c
+++ b/sys/coda/coda_fbsd.c
@@ -27,7 +27,7 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/coda/coda_fbsd.cr,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $Id: coda_fbsd.c,v 1.11 1999/01/17 20:25:14 peter Exp $
+ * $Id: coda_fbsd.c,v 1.12 1999/01/27 20:09:17 dillon Exp $
*
*/
@@ -84,7 +84,7 @@ int vcdebug = 1;
#define VCDEBUG if (vcdebug) printf
static int
-codadev_modevent(module_t mod, modeventtype_t type, void *data)
+codadev_modevent(module_t mod, int type, void *data)
{
dev_t dev;
#ifdef DEVFS