Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix build.



details:   https://anonhg.NetBSD.org/src/rev/f275d2ea204b
branches:  trunk
changeset: 325274:f275d2ea204b
user:      htodd <htodd%NetBSD.org@localhost>
date:      Mon Dec 16 01:51:19 2013 +0000

description:
Fix build.

diffstat:

 sys/dev/ic/com.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9a94ceef9cba -r f275d2ea204b sys/dev/ic/com.c
--- a/sys/dev/ic/com.c  Mon Dec 16 00:59:37 2013 +0000
+++ b/sys/dev/ic/com.c  Mon Dec 16 01:51:19 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.319 2013/12/15 15:55:39 mbalmer Exp $ */
+/* $NetBSD: com.c,v 1.320 2013/12/16 01:51:19 htodd Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2004, 2008 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.319 2013/12/15 15:55:39 mbalmer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.320 2013/12/16 01:51:19 htodd Exp $");
 
 #include "opt_com.h"
 #include "opt_ddb.h"
@@ -385,7 +385,7 @@
 {
        struct com_regs *regsp = &sc->sc_regs;
        struct tty *tp;
-#ifdef COM_16650
+#if (COM_16650 || COM_16750)
        u_int8_t lcr;
 #endif
        const char *fifo_msg = NULL;



Home | Main Index | Thread Index | Old Index