diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-12-26 14:44:45 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-12-26 14:44:45 +0000 |
| commit | cd3edecb197fd063e7b839edaae414f58feb8ee5 (patch) | |
| tree | 132f4270cdc95699ea3ab0871abf257ca1ba6823 /include | |
| parent | 8eca3fa11c02551ea74be2eae0892bd9958ae366 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/wordexp.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/wordexp.h b/include/wordexp.h index 02adc856c493..a6f0213db250 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -38,11 +38,11 @@ typedef __size_t size_t; #endif typedef struct { - size_t we_wordc; /* count of words matched */ - char **we_wordv; /* pointer to list of words */ - size_t we_offs; /* slots to reserve in we_wordv */ - char *we_strings; /* storage for wordv strings */ - size_t we_nbytes; /* size of we_strings */ + __size_t we_wordc; /* count of words matched */ + char **we_wordv; /* pointer to list of words */ + __size_t we_offs; /* slots to reserve in we_wordv */ + char *we_strings; /* storage for wordv strings */ + __size_t we_nbytes; /* size of we_strings */ } wordexp_t; /* |
