summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-05-30 18:32:58 +0000
committerjhb <jhb@FreeBSD.org>2000-05-30 18:32:58 +0000
commitd4152c7d424de3498ed5cbc4475cd31cbdcd54dc (patch)
treec7d1372e6bbd891c6b72298a6478f1f1e3733ad0 /lib/libc/regex
parent4c78d6dcb79f3dec49869fae1a319f4037039502 (diff)
downloadFreeBSD-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')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud