summaryrefslogtreecommitdiffstats
path: root/include/glob.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2006-05-22 05:10:17 +0000
committerache <ache@FreeBSD.org>2006-05-22 05:10:17 +0000
commit9a5d4b3bf8f8a48447e08f536320c91d79b1c772 (patch)
treeb68ef5530ffd3869a0b621d66ed95667c83bd063 /include/glob.h
parentcdef42a42ed9e0e95e73f7ca6c8cf908a3cf6465 (diff)
downloadFreeBSD-src-9a5d4b3bf8f8a48447e08f536320c91d79b1c772.zip
FreeBSD-src-9a5d4b3bf8f8a48447e08f536320c91d79b1c772.tar.gz
Use size_t for gl_pathc as asked in the libc's Makefile:
# If you bump SHLIB_MAJOR, see standards/55112. PR: 55112 Reviewed by: ume
Diffstat (limited to 'include/glob.h')
-rw-r--r--include/glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glob.h b/include/glob.h
index 694ac40..0cfa2df 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -44,7 +44,7 @@
struct stat;
typedef struct {
- int gl_pathc; /* Count of total paths so far. */
+ 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. */
int gl_flags; /* Copy of flags parameter to glob. */
OpenPOWER on IntegriCloud