From c5d51d433e54abe9c3eaaaaf9d2ce063a86ca411 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 27 May 2000 10:25:15 +0000 Subject: [PATCH] fix prototype for fd_mod_free() - should fix port-mac68k/10063 --- sys/arch/mac68k/obio/iwm_fd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mac68k/obio/iwm_fd.c b/sys/arch/mac68k/obio/iwm_fd.c index 2a03e08ce516..a8f7e81cee04 100644 --- a/sys/arch/mac68k/obio/iwm_fd.c +++ b/sys/arch/mac68k/obio/iwm_fd.c @@ -1,4 +1,4 @@ -/* $NetBSD: iwm_fd.c,v 1.10 2000/05/19 18:54:25 thorpej Exp $ */ +/* $NetBSD: iwm_fd.c,v 1.11 2000/05/27 10:25:15 jdolecek Exp $ */ /* * Copyright (c) 1997, 1998 Hauke Fath. All rights reserved. @@ -94,7 +94,7 @@ static void invalidateCylinderCache __P((fd_softc_t *fd)); #ifdef _LKM static int probe_fd __P((void)); int fd_mod_init __P((void)); -int fd_mod_free __P((void)); +void fd_mod_free __P((void)); #endif static int fdstart_Init __P((fd_softc_t *fd));