Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/arch/mac68k/dev Pull up revision 1.5 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/5436744b0595
branches: netbsd-2-0
changeset: 561449:5436744b0595
user: tron <tron%NetBSD.org@localhost>
date: Thu Jun 17 09:24:44 2004 +0000
description:
Pull up revision 1.5 (requested by briggs in ticket #500):
Make sure kernels with KGDB enabled will compile properly.
Apply patch from Hauke Fath in PR port-mac68k/25678.
diffstat:
sys/arch/mac68k/dev/zs_kgdb.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 8e369000b10e -r 5436744b0595 sys/arch/mac68k/dev/zs_kgdb.c
--- a/sys/arch/mac68k/dev/zs_kgdb.c Thu Jun 17 09:23:19 2004 +0000
+++ b/sys/arch/mac68k/dev/zs_kgdb.c Thu Jun 17 09:24:44 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: zs_kgdb.c,v 1.4 2003/07/15 02:43:19 lukem Exp $ */
+/* $NetBSD: zs_kgdb.c,v 1.4.2.1 2004/06/17 09:24:44 tron Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -48,8 +48,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs_kgdb.c,v 1.4 2003/07/15 02:43:19 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs_kgdb.c,v 1.4.2.1 2004/06/17 09:24:44 tron Exp $");
+#include "opt_kgdb.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
@@ -144,7 +145,7 @@
* Called after cninit(), so printf() etc. works.
*/
void
-zs_kgdb_init()
+zs_kgdb_init(void)
{
struct zs_chanstate cs;
volatile struct zschan *zc;
Home |
Main Index |
Thread Index |
Old Index