Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/obio fix prototype for fd_mod_free() - shoul...
details: https://anonhg.NetBSD.org/src/rev/518d12c94bb8
branches: trunk
changeset: 486655:518d12c94bb8
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat May 27 10:25:15 2000 +0000
description:
fix prototype for fd_mod_free() - should fix port-mac68k/10063
diffstat:
sys/arch/mac68k/obio/iwm_fd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dca62c46142c -r 518d12c94bb8 sys/arch/mac68k/obio/iwm_fd.c
--- a/sys/arch/mac68k/obio/iwm_fd.c Sat May 27 10:12:45 2000 +0000
+++ b/sys/arch/mac68k/obio/iwm_fd.c Sat May 27 10:25:15 2000 +0000
@@ -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 @@
#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));
Home |
Main Index |
Thread Index |
Old Index