mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
f5e7485b6c
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
10 lines
297 B
Diff
10 lines
297 B
Diff
--- ksh-openbsd_cvs/vi.c 2010-02-23 12:49:24.000000000 +0100
|
|
+++ ksh-openbsd_cvs.new/vi.c 2010-04-01 21:01:24.146107949 +0200
|
|
@@ -13,6 +13,7 @@
|
|
#include <ctype.h>
|
|
#include <sys/stat.h> /* completion */
|
|
#include "edit.h"
|
|
+#include "strlcpy.h"
|
|
|
|
#define CMDLEN 2048
|
|
#define Ctrl(c) (c&0x1f)
|