K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-10-12T11:50:45.306342Z K 7 svn:log V 581 security/nss: unbreak on powerpc64 after r405494 mpi/mpcpucache.c:728:23: error: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Werror,-Wincompatible-pointer-types] &cacheline_size, &clen, NULL, 0) < 0 || !cacheline_size) ^~~~~ /usr/include/sys/sysctl.h:1062:48: note: passing argument to parameter here int sysctl(const int *, u_int, void *, size_t *, const void *, size_t); ^ PR: 147696 (typo origin) Reported by: Mark Millard END