diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-26 15:14:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-26 15:14:05 +0000 |
commit | 3ddb54fae865deadc130c66fcc5167b3fde0f8b6 (patch) | |
tree | 2a4f569291061234288e287759051a6e50f6e1ce /sys/dev/wsfont/wsfont.c | |
parent | 512b36b401f4736f6416b5fdffa50abcfd86323f (diff) |
Enable wsfont_add(), it will be necessary on sparc.
Diffstat (limited to 'sys/dev/wsfont/wsfont.c')
-rw-r--r-- | sys/dev/wsfont/wsfont.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/wsfont/wsfont.c b/sys/dev/wsfont/wsfont.c index f3e8aef1b8c..9af19b3d287 100644 --- a/sys/dev/wsfont/wsfont.c +++ b/sys/dev/wsfont/wsfont.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsfont.c,v 1.9 2004/05/10 05:35:14 miod Exp $ */ +/* $OpenBSD: wsfont.c,v 1.10 2005/03/26 15:14:04 miod Exp $ */ /* $NetBSD: wsfont.c,v 1.17 2001/02/07 13:59:24 ad Exp $ */ /*- @@ -355,7 +355,6 @@ wsfont_find(name, width, height, stride) /* * Add a font to the list. */ -#ifdef notyet int wsfont_add(font, copy) struct wsdisplay_font *font; @@ -403,7 +402,6 @@ wsfont_add(font, copy) splx(s); return (0); } -#endif /* * Remove a font. |