diff options
author | jhb <jhb@FreeBSD.org> | 2000-05-30 18:32:58 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-05-30 18:32:58 +0000 |
commit | d4152c7d424de3498ed5cbc4475cd31cbdcd54dc (patch) | |
tree | c7d1372e6bbd891c6b72298a6478f1f1e3733ad0 /lib/libc/regex/regexec.c | |
parent | 4c78d6dcb79f3dec49869fae1a319f4037039502 (diff) | |
download | FreeBSD-src-d4152c7d424de3498ed5cbc4475cd31cbdcd54dc.zip FreeBSD-src-d4152c7d424de3498ed5cbc4475cd31cbdcd54dc.tar.gz |
Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takes
a size_t as its 3rd argument, which is 64-bits on the alpha. The 'len'
variable used was a int, which is only 32-bits. Use size_t as the type
for 'len' to work-around this.
Diffstat (limited to 'lib/libc/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions