slackbuilds_ponce/system/ksh-openbsd/patches/linux/lex_c.diff
Daniel LEVAI f5e7485b6c system/ksh-openbsd: Added (OpenBSD's pdksh ported to Linux)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-11-19 16:52:08 -06:00

11 lines
326 B
Diff

--- ksh-openbsd_cvs/lex.c 2010-02-23 12:49:19.000000000 +0100
+++ ksh-openbsd_cvs.new/lex.c 2010-04-01 21:01:24.134232647 +0200
@@ -7,6 +7,8 @@
#include "sh.h"
#include <libgen.h>
#include <ctype.h>
+#include <time.h>
+#include "strlcpy.h"
/* Structure to keep track of the lexing state and the various pieces of info