Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!bbn.com!rsalz From: rsalz@uunet.uu.net (Rich Salz) Newsgroups: comp.sources.unix Subject: v20i083: Rebind the console keyboard in Xenix or System Vr3.2.1+ Message-ID: <2102@papaya.bbn.com> Date: 30 Oct 89 16:19:30 GMT Lines: 53 Approved: rsalz@uunet.UU.NET Submitted-by: Eric S. Raymond Posting-number: Volume 20, Issue 83 Archive-name: keybind.pch A file was inadvertently left off the shar manifest in the Makefile. Here it is. Please also add `keybind.h' to the shar production in Makefile. #! /bin/sh # This is a shell archive. Remove anything before this line, then unpack # it by saving it into a file and typing "sh file". To overwrite existing # files, type "sh file -c". You can also feed this as standard input via # unshar, or by typing "sh 'keybind.h' <<'END_OF_FILE' X/* keybind.h -- this structure used for a precompiled keymap definition */ X X#define KBDHDMAGIC 0x01020102 /* all bytes must be non-printable chars */ X Xtypedef struct X{ X int magic; /* should be KBDHDMAGIC */ X keymap_t keymap; /* keyboard map to load */ X strmap_t strmap; /* string table to load */ X} Xkbd_t; X Xextern kbd_t kbd; X Xextern void dump_string(); /* from the lexical analyzer */ X X/* keybind.h ends here */ END_OF_FILE if test 428 -ne `wc -c <'keybind.h'`; then echo shar: \"'keybind.h'\" unpacked with wrong size! fi # end of 'keybind.h' fi echo shar: End of shell archive. exit 0 -- Please send comp.sources.unix-related mail to rsalz@uunet.uu.net. Use a domain-based address or give alternate paths, or you may lose out.