From a7406c0d47a3b097171c7705c9eab426bfe54116 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 20 Apr 1999 20:24:19 +0000 Subject: s/MINIOSIZ/IODC_MINIOSIZ/ --- sys/arch/hppa/dev/pdc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/hppa/dev') diff --git a/sys/arch/hppa/dev/pdc.c b/sys/arch/hppa/dev/pdc.c index bee49f3b640..9b5bd32234b 100644 --- a/sys/arch/hppa/dev/pdc.c +++ b/sys/arch/hppa/dev/pdc.c @@ -1,7 +1,7 @@ -/* $OpenBSD: pdc.c,v 1.5 1998/12/29 21:40:21 mickey Exp $ */ +/* $OpenBSD: pdc.c,v 1.6 1999/04/20 20:24:18 mickey Exp $ */ /* - * Copyright (c) 1998 Michael Shalayeff + * Copyright (c) 1998,1999 Michael Shalayeff * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -54,7 +54,7 @@ struct pdc_softc { pdcio_t pdc; int pdcret[32] PDC_ALIGNMENT; -char pdc_consbuf[MINIOSIZ] PDC_ALIGNMENT; +char pdc_consbuf[IODC_MINIOSIZ] PDC_ALIGNMENT; iodcio_t pdc_cniodc, pdc_kbdiodc; pz_device_t *pz_kbd, *pz_cons; struct tty *pdc_tty[1]; -- cgit v1.2.3