Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x68k/dev Make this file compile again.



details:   https://anonhg.NetBSD.org/src/rev/825d6ba3cd7a
branches:  trunk
changeset: 518144:825d6ba3cd7a
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sun Nov 25 15:43:06 2001 +0000

description:
Make this file compile again.

diffstat:

 sys/arch/x68k/dev/com.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r ec34202ecfc3 -r 825d6ba3cd7a sys/arch/x68k/dev/com.c
--- a/sys/arch/x68k/dev/com.c   Sun Nov 25 15:42:23 2001 +0000
+++ b/sys/arch/x68k/dev/com.c   Sun Nov 25 15:43:06 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: com.c,v 1.21 2001/05/30 15:24:39 lukem Exp $   */
+/*     $NetBSD: com.c,v 1.22 2001/11/25 15:43:06 minoura Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -1068,7 +1068,7 @@
        callout_reset(&com_poll_ch, 1, compollin, NULL);
 }
 
-static int
+int
 comintr(arg)
        void *arg;
 {
@@ -1118,7 +1118,9 @@
                                                     sc->sc_mcr);
                                        }
                                }
+#ifdef DDB
                        next:
+#endif
                                lsr = inb(pio(iobase , com_lsr));
                        } while (ISSET(lsr, LSR_RXRDY));
 



Home | Main Index | Thread Index | Old Index