diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-05-09 20:34:26 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2009-05-09 20:34:26 +0000 |
commit | c45b5d3cee26ec786f9718f6edc7e0479b080d59 (patch) | |
tree | 715b9e287a7c19758c38ab18d80cc58aedfa25e2 /sbin | |
parent | 2b6abb1dbe31d29cc5a63fc0762793249fb56a27 (diff) |
Need to add new display type to wsconsctl(8), too.
Noted by miod@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wsconsctl/util.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/wsconsctl/util.c b/sbin/wsconsctl/util.c index 31c5a428191..090b897884f 100644 --- a/sbin/wsconsctl/util.c +++ b/sbin/wsconsctl/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.40 2009/03/12 19:10:22 kettenis Exp $ */ +/* $OpenBSD: util.c,v 1.41 2009/05/09 20:34:25 mglocker Exp $ */ /* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */ /*- @@ -143,7 +143,8 @@ static const struct nameint dpytype_tab[] = { { WSDISPLAY_TYPE_GBE, "gbe" }, { WSDISPLAY_TYPE_LEGSS, "dec-legss" }, { WSDISPLAY_TYPE_IFB, "ifb" }, - { WSDISPLAY_TYPE_RAPTOR, "raptor" } + { WSDISPLAY_TYPE_RAPTOR, "raptor" }, + { WSDISPLAY_TYPE_DL, "displaylink" } }; static const struct nameint kbdenc_tab[] = { |