aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2006-05-22 05:39:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2006-05-22 05:39:57 +0000
commitfa9ad9461acfab5c3620793b2ea9e1534caf0cae (patch)
treea5aee5d00bc4c4ec0f57a8ade5a4a438bec0b389 /include
parent55cd304ad1493a64d8f20192fc377516df1cb816 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/glob.h4
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. */