freebsd-ports/misc/dvorak7min/files/patch-dvorak7min.c
Christian Weisgerber 810344f2bb Import dvorak7min 1.6.
Dvorak7min is an ncurses based dvorak typing tutor for those of you
trying to get fluent in this keyboard layout.

PR:		47706
Submitted by:	Li-lun Wang <llwang@infor.org>
2003-02-14 15:24:10 +00:00

14 lines
235 B
C

$FreeBSD$
--- dvorak7min.c.orig Wed Feb 12 23:15:04 2003
+++ dvorak7min.c Wed Feb 12 23:15:32 2003
@@ -41,7 +41,7 @@
*
*/
-#include <strings.h>
+#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>