diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-11-15 15:33:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-11-15 15:33:52 +0000 |
| commit | c25ded316f44aa834f190a6c5b7717dfc93cea7b (patch) | |
| tree | 93d71c7f90664b9259a39b6ff811ffec111349d7 /sys/fs | |
| parent | a0f25b5561774fe721e8b6eb59eac0bba8e438ff (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/coda/coda_fbsd.c | 4 | ||||
| -rw-r--r-- | sys/fs/unionfs/union_subr.c | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/fs/coda/coda_fbsd.c b/sys/fs/coda/coda_fbsd.c index ef548b5a2666..57512de33b18 100644 --- a/sys/fs/coda/coda_fbsd.c +++ b/sys/fs/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.7 1998/09/29 20:19:45 rvb Exp $ + * $Id: coda_fbsd.c,v 1.8 1998/11/03 08:55:05 peter Exp $ * */ @@ -90,7 +90,7 @@ int vcdebug = 1; #if !defined(VFS_LKM) || defined(VFS_KLD) 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 diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c index 96df62d729ed..18d79b59540f 100644 --- a/sys/fs/unionfs/union_subr.c +++ b/sys/fs/unionfs/union_subr.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union_subr.c 8.20 (Berkeley) 5/20/95 - * $Id: union_subr.c,v 1.31 1998/07/15 04:17:44 bde Exp $ + * $Id: union_subr.c,v 1.32 1998/11/03 08:01:48 peter Exp $ */ #include <sys/param.h> @@ -1196,7 +1196,8 @@ union_dircheck(struct proc *p, struct vnode **vp, struct file *fp) return error; } -static int union_modevent(module_t mod, modeventtype_t type, void *data) +static int +union_modevent(module_t mod, int type, void *data) { switch (type) { case MOD_LOAD: |
