diff options
Diffstat (limited to 'sys/arch/sparc64/dev/cons.h')
-rw-r--r-- | sys/arch/sparc64/dev/cons.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/cons.h b/sys/arch/sparc64/dev/cons.h index 71a1b9d382c..8169ad1e3e9 100644 --- a/sys/arch/sparc64/dev/cons.h +++ b/sys/arch/sparc64/dev/cons.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cons.h,v 1.4 2017/04/30 13:04:49 mpi Exp $ */ +/* $OpenBSD: cons.h,v 1.5 2024/05/13 01:15:50 jsg Exp $ */ /* $NetBSD: cons.h,v 1.3 2000/05/19 05:26:17 eeh Exp $ */ /*- @@ -38,8 +38,6 @@ struct zs_chanstate; extern void *zs_conschan; -extern void nullcnprobe(struct consdev *); - extern int zs_getc(void *arg); extern void zs_putc(void *arg, int c); |