sync with OpenBSD -current

This commit is contained in:
purplerain 2024-01-20 03:21:37 +00:00
parent fdad81bcfc
commit ed28f347da
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
53 changed files with 1138 additions and 405 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: util.c,v 1.69 2020/10/01 17:29:39 kettenis Exp $ */
/* $OpenBSD: util.c,v 1.70 2024/01/19 17:51:15 kettenis Exp $ */
/* $NetBSD: util.c,v 1.8 2000/03/14 08:11:53 sato Exp $ */
/*-
@ -171,7 +171,7 @@ static const struct nameint dpytype_tab[] = {
{ WSDISPLAY_TYPE_INTELDRM, "inteldrm" },
{ WSDISPLAY_TYPE_RADEONDRM, "radeondrm" },
{ WSDISPLAY_TYPE_EFIFB, "efifb" },
{ WSDISPLAY_TYPE_RKDRM, "rkdrm" },
{ WSDISPLAY_TYPE_KMS, "kms" },
{ WSDISPLAY_TYPE_ASTFB, "astfb" }
};