diff options
author | 2006-08-07 10:43:20 +0000 | |
---|---|---|
committer | 2006-08-07 10:43:20 +0000 | |
commit | 1f9149eafa628aa5aa0539fe3a8dc78df61a7da1 (patch) | |
tree | e401df57a7829a888623f95f674f2fb76ea0a1b9 | |
parent | Radio type is in hex not decimal. Therefore decide correctly which (diff) | |
download | wireguard-openbsd-1f9149eafa628aa5aa0539fe3a8dc78df61a7da1.tar.xz wireguard-openbsd-1f9149eafa628aa5aa0539fe3a8dc78df61a7da1.zip |
Remove the Sony wsfonts from the list of fonts with special encoding.
requested by miod@
-rw-r--r-- | usr.sbin/wsfontload/wsfontload.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/wsfontload/wsfontload.c b/usr.sbin/wsfontload/wsfontload.c index 9ce6ed72013..4964ae3927f 100644 --- a/usr.sbin/wsfontload/wsfontload.c +++ b/usr.sbin/wsfontload/wsfontload.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsfontload.c,v 1.10 2005/05/27 05:03:47 millert Exp $ */ +/* $OpenBSD: wsfontload.c,v 1.11 2006/08/07 10:43:20 kettenis Exp $ */ /* $NetBSD: wsfontload.c,v 1.2 2000/01/05 18:46:43 ad Exp $ */ /* @@ -78,7 +78,6 @@ struct { {"ibm", WSDISPLAY_FONTENC_IBM}, {"pcvt", WSDISPLAY_FONTENC_PCVT}, {"iso7", WSDISPLAY_FONTENC_ISO7}, - {"sony", WSDISPLAY_FONTENC_SONY}, }; int |