File ksh93-limit-name-len.dif of Package ksh
--- src/cmd/ksh93/include/ulimit.h +++ src/cmd/ksh93/include/ulimit.h 2012-02-02 11:30:00.242435132 +0000 @@ -157,7 +157,7 @@ typedef struct Limit_s { - const char name[16]; + const char* name; const char* description; int index; const char* conf;