summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-10-01 21:04:52 +0000
committerache <ache@FreeBSD.org>1998-10-01 21:04:52 +0000
commit178783efed7c711a0a5ded33bd6f564b179f6df0 (patch)
treefa1859ad037a6e91af8747188e05593d8a33a8ab /sys/dev/syscons
parent317967a273e4cb16e6f717aac0ace4737ca3041e (diff)
downloadFreeBSD-src-178783efed7c711a0a5ded33bd6f564b179f6df0.zip
FreeBSD-src-178783efed7c711a0a5ded33bd6f564b179f6df0.tar.gz
Restore static of sc_flags.
Restore set_destructive_cursor prototype.
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/syscons.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index 479b544..eba0d36 100644
--- a/sys/dev/syscons/syscons.c
+++ b/sys/dev/syscons/syscons.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: syscons.c,v 1.282 1998/09/29 02:00:56 ache Exp $
+ * $Id: syscons.c,v 1.283 1998/10/01 11:39:18 yokota Exp $
*/
#include "sc.h"
@@ -144,7 +144,7 @@ static void *sc_console_devfs_token;
static scr_stat *new_scp, *old_scp;
static term_stat kernel_console;
static default_attr *current_default;
- int sc_flags;
+static int sc_flags;
static int sc_port = IO_KBD;
static KBDC sc_kbdc = NULL;
static char init_done = COLD;
@@ -274,6 +274,7 @@ static int history_down_line(scr_stat *scp);
static int mask2attr(struct term_stat *term);
static void set_keyboard(int command, int data);
static void update_leds(int which);
+static void set_destructive_cursor(scr_stat *scp);
static void set_mouse_pos(scr_stat *scp);
static int skip_spc_right(scr_stat *scp, u_short *p);
static int skip_spc_left(scr_stat *scp, u_short *p);
OpenPOWER on IntegriCloud