mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
Increase NUM_FKEYS to 65
This commit is contained in:
parent
f42e354117
commit
2c24a153e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5934
@ -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: console.h,v 1.14 1995/01/12 11:42:58 sos Exp $
|
||||
* $Id: console.h,v 1.15 1995/01/20 08:35:18 sos Exp $
|
||||
*/
|
||||
|
||||
#ifndef _CONSOLE_H_
|
||||
@ -160,7 +160,7 @@ struct keymap {
|
||||
};
|
||||
|
||||
#define MAXFK 16
|
||||
#define NUM_FKEYS 60
|
||||
#define NUM_FKEYS 65
|
||||
|
||||
struct fkeytab {
|
||||
u_char str[MAXFK];
|
||||
|
@ -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: console.h,v 1.14 1995/01/12 11:42:58 sos Exp $
|
||||
* $Id: console.h,v 1.15 1995/01/20 08:35:18 sos Exp $
|
||||
*/
|
||||
|
||||
#ifndef _CONSOLE_H_
|
||||
@ -160,7 +160,7 @@ struct keymap {
|
||||
};
|
||||
|
||||
#define MAXFK 16
|
||||
#define NUM_FKEYS 60
|
||||
#define NUM_FKEYS 65
|
||||
|
||||
struct fkeytab {
|
||||
u_char str[MAXFK];
|
||||
|
Loading…
Reference in New Issue
Block a user