Use a more appropriate malloc(9) type than M_TEMP for the keymap memory
authormpi <mpi@openbsd.org>
Thu, 15 May 2014 09:29:38 +0000 (09:29 +0000)
committermpi <mpi@openbsd.org>
Thu, 15 May 2014 09:29:38 +0000 (09:29 +0000)
commit6cfc29c0027c2e17110ffcef6003d3524451a982
tree2883dbb5e3dd0b623c1e0ce37abe29016bc93fe8
parentd9418352e5c884ea79c1eecbf8c113336aa3d416
Use a more appropriate malloc(9) type than M_TEMP for the keymap memory
since it is only freed when your keyboard is detached.
sys/dev/wscons/wskbd.c
sys/dev/wscons/wskbdutil.c