Add basic OpenBSD support
XXX more work needed to manage VT switches and proper XXX fbtab(4) support to allow for non-root users
This commit is contained in:
parent
4b2ecdf936
commit
52e43a99b6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
#define STRLEN(s) ((sizeof(s) / sizeof(s[0])) - 1)
|
||||
|
||||
#if defined(__NetBSD__)
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
int path_is_wscons(const char *path) {
|
||||
static const char wskbd[] = "/dev/wskbd";
|
||||
static const char wsmouse[] = "/dev/wsmouse";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue