Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2018 11:51:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 147696] [patch] powerpc64 support for security/nss
Message-ID:  <bug-147696-6497-eFLJ8iYXOc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-147696-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-147696-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D147696

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Oct 12 11:50:45 UTC 2018
New revision: 481895
URL: https://svnweb.freebsd.org/changeset/ports/481895

Log:
  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 he=
re
  int     sysctl(const int *, u_int, void *, size_t *, const void *, size_t=
);
                                                     ^
  PR:           147696 (typo origin)
  Reported by:  Mark Millard

Changes:
  head/security/nss/files/patch-lib_freebl_mpi_mpcpucache.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-147696-6497-eFLJ8iYXOc>