hg: bsd-port/bsd-port/jdk: 181 new changesets

Greg Lewis glewis at eyesbeyond.com
Tue Sep 8 07:59:10 PDT 2009


On Tue, Sep 08, 2009 at 03:53:15PM +0800, Max (Weijun) Wang wrote:
> On Sep 8, 2009, at 11:07 AM, glewis at eyesbeyond.com wrote:
> 
> > ....
> 
> > Changeset: 6b3cf06c18e5
> > Author:    glewis at misty.eyesbeyond.com
> > Date:      2009-09-07 19:40 -0700
> > URL:       http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/6b3cf06c18e5
> >
> > . Make the new sun/security/ec code compile on *BSD.
> >
> > ! make/sun/security/ec/Makefile
> > ! src/share/native/sun/security/ec/ecc_impl.h
> > ! src/share/native/sun/security/ec/ecdecode.c
> > ! src/share/native/sun/security/ec/oid.c
> > ! src/share/native/sun/security/ec/secitem.c
> >
> 
> The newly added #ifdef _ALLBSD_SOURCE block in ecc_impl.h lacks one  
> typedef:
> 
>     typedef unsigned char uint8_t;

Deliberately so :).  Thats a standard definition that can be pulled in
through header files, there is no need for it here.  The Linux version
doesn't actually need it either.

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org



More information about the bsd-port-dev mailing list