diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-02-13 23:32:01 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-02-13 23:32:01 +0000 |
| commit | 463f3a975e935d078a7c3479e0a56afb06f10fb5 (patch) | |
| tree | 864bb917aae834d425ff056d7a6f7c35e2500387 /os/port | |
| parent | 3970097804db19b9eaa1a8f52a40d4ed75d11547 (diff) | |
20070213
Diffstat (limited to 'os/port')
| -rw-r--r-- | os/port/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/port/lib.h b/os/port/lib.h index 0233dc72..d6af4fa5 100644 --- a/os/port/lib.h +++ b/os/port/lib.h @@ -160,6 +160,7 @@ typedef struct Qid Qid; typedef struct Dir Dir; typedef struct Waitmsg Waitmsg; +#define STATMAX 65535U /* max length of machine-independent stat structure */ #define ERRMAX 128 /* max length of error string */ #define KNAMELEN 28 /* max length of name held in kernel */ |
