diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-05-22 05:39:57 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-05-22 05:39:57 +0000 |
| commit | fa9ad9461acfab5c3620793b2ea9e1534caf0cae (patch) | |
| tree | a5aee5d00bc4c4ec0f57a8ade5a4a438bec0b389 /include | |
| parent | 55cd304ad1493a64d8f20192fc377516df1cb816 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/glob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glob.h b/include/glob.h index 0cfa2df0d8ae1..dad7d0c6adb9c 100644 --- a/include/glob.h +++ b/include/glob.h @@ -45,8 +45,8 @@ struct stat; typedef struct { size_t gl_pathc; /* Count of total paths so far. */ - int gl_matchc; /* Count of paths matching pattern. */ - int gl_offs; /* Reserved at beginning of gl_pathv. */ + size_t gl_matchc; /* Count of paths matching pattern. */ + size_t gl_offs; /* Reserved at beginning of gl_pathv. */ int gl_flags; /* Copy of flags parameter to glob. */ char **gl_pathv; /* List of paths matching pattern. */ /* Copy of errfunc parameter to glob. */ |
