2012-02-02 12:07:46 +00:00
|
|
|
--- 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
|
|
|
|
{
|
2012-02-06 12:36:57 +00:00
|
|
|
- const char name[16];
|
2012-02-02 12:07:46 +00:00
|
|
|
+ const char* name;
|
|
|
|
const char* description;
|
|
|
|
int index;
|
|
|
|
const char* conf;
|