slackbuilds_ponce/system/ksh-openbsd/patches/linux/misc_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

12 lines
359 B
Diff

--- ksh-openbsd_cvs/misc.c 2010-02-23 12:49:20.000000000 +0100
+++ ksh-openbsd_cvs.new/misc.c 2010-04-01 21:01:24.134232647 +0200
@@ -7,7 +7,9 @@
#include "sh.h"
#include <ctype.h>
#include <sys/param.h> /* for MAXPATHLEN */
+#include <grp.h>
#include "charclass.h"
+#include "strlcpy.h"
short ctypes [UCHAR_MAX+1]; /* type bits for unsigned char */