Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/alchemy/dev Include <sys/systm.h>; needed for ...



details:   https://anonhg.NetBSD.org/src/rev/23015692f09c
branches:  trunk
changeset: 584053:23015692f09c
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Sep 06 12:22:43 2005 +0000

description:
Include <sys/systm.h>; needed for printf() and strcmp() in the
non-DEBUG case.

diffstat:

 sys/arch/mips/alchemy/dev/aucom_aubus.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r dd79f852f96f -r 23015692f09c sys/arch/mips/alchemy/dev/aucom_aubus.c
--- a/sys/arch/mips/alchemy/dev/aucom_aubus.c   Tue Sep 06 09:36:28 2005 +0000
+++ b/sys/arch/mips/alchemy/dev/aucom_aubus.c   Tue Sep 06 12:22:43 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aucom_aubus.c,v 1.10 2003/12/15 09:13:41 simonb Exp $ */
+/* $NetBSD: aucom_aubus.c,v 1.11 2005/09/06 12:22:43 simonb Exp $ */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -36,10 +36,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aucom_aubus.c,v 1.10 2003/12/15 09:13:41 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aucom_aubus.c,v 1.11 2005/09/06 12:22:43 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
+#include <sys/systm.h>
 #include <sys/tty.h>
 
 #include <machine/bus.h>



Home | Main Index | Thread Index | Old Index