From 9dbb764f88e4a007dbe7e5c182f9bcddba717370 Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 30 Jun 2001 20:14:00 +0000 Subject: [PATCH] KGDB needs both zs_putc and zs_getc; make them non-static. --- sys/arch/sparc/dev/zs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/sparc/dev/zs.c b/sys/arch/sparc/dev/zs.c index 723c9a4437ac..3d823ac9a439 100644 --- a/sys/arch/sparc/dev/zs.c +++ b/sys/arch/sparc/dev/zs.c @@ -1,4 +1,4 @@ -/* $NetBSD: zs.c,v 1.82 2001/05/26 10:23:47 pk Exp $ */ +/* $NetBSD: zs.c,v 1.83 2001/06/30 20:14:00 mrg Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -791,8 +791,8 @@ zs_abort(cs) #endif } -static int zs_getc __P((void *arg)); -static void zs_putc __P((void *arg, int c)); +int zs_getc __P((void *arg)); +void zs_putc __P((void *arg, int c)); /* * Polled input char.