Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/crypto/dist/heimdal/lib



On Wed, Jan 20, 2010 at 12:54:17PM +0000, Izumi Tsutsui wrote:
> Module Name:  src
> Committed By: tsutsui
> Date:         Wed Jan 20 12:54:17 UTC 2010
> 
> Modified Files:
>       src/crypto/dist/heimdal/lib/asn1: gen_locl.h lex.h
>       src/crypto/dist/heimdal/lib/com_err: compile_et.c compile_et.h
>       src/crypto/dist/heimdal/lib/roken: get_window_size.c getarg.c strlcat.c
>           strlcpy.c strupr.c warnerr.c
>       src/crypto/dist/heimdal/lib/vers: print_version.c
> 
> Log Message:
> Don't include src/include heimdal/roken.h on tools build because
> it's "an OS dependent, generated file" configured for the target NetBSD
> as noted in itself.  Instead, include <roken-common.h>
> (which is included from generated <roken.h> and required
> for TRUE and fALSE definitions) and "nbtool_config.h" on tools build.
> 
> Fixes PR toolchain/41435 and makes cross build on Cygwin-1.7 work.
> No particular comments in the PR.

On NetBSD-5.99.23/amd64:
/usr/src/crypto/dist/heimdal/lib/roken/getarg.c: In function 'arg_printusage':
/usr/src/crypto/dist/heimdal/lib/roken/getarg.c:220: error: storage size of 
'ws' isn't known
*** [getarg.lo] Error code 1

 Thomas


Home | Main Index | Thread Index | Old Index