diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2000-01-20 13:23:03 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2000-01-20 13:23:03 +0000 |
| commit | e17b116645b4cd45facbd3d34b028b33b6bc25f3 (patch) | |
| tree | b196c20b0064be4a1d944533cc949d2dda908e52 /sys/dev/syscons/syscons.h | |
| parent | acdf858c9b85df29f3deb661cedf06e68c6ea1bd (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |
