From e17b116645b4cd45facbd3d34b028b33b6bc25f3 Mon Sep 17 00:00:00 2001 From: Kazutaka YOKOTA Date: Thu, 20 Jan 2000 13:23:03 +0000 Subject: Unconditionally define sc_paste(). --- sys/dev/syscons/syscons.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/syscons/syscons.h') diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 7b0a98763215..c99a6f2c9679 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -506,9 +506,7 @@ int sc_clean_up(scr_stat *scp); int sc_switch_scr(sc_softc_t *sc, u_int next_scr); void sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard); int sc_init_emulator(scr_stat *scp, char *name); -#ifndef SC_NO_CUTPASTE void sc_paste(scr_stat *scp, u_char *p, int count); -#endif /* SC_NO_CUTPASTE */ void sc_bell(scr_stat *scp, int pitch, int duration); /* schistory.c */ -- cgit v1.3