]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix for 64 bit platforms. sysctl's length args are pointers to
authorPeter Wemm <peter@FreeBSD.org>
Fri, 25 Jul 2003 19:17:46 +0000 (19:17 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Fri, 25 Jul 2003 19:17:46 +0000 (19:17 +0000)
commit48af1bfbefe316dad5f0aae6d41a3411c5afe6e7
tree9d6f359b51f3b4bc263913dcfbc55a32bb28eaa2
parent059358675e33663d46950029853178e89172d145
Fix for 64 bit platforms.  sysctl's length args are pointers to
size_t, not int.  This could be fatal where size_t is long.

Reviewed by: bp
lib/libncp/ncpl_conn.c
lib/libncp/ncpl_subr.c