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

2010-01-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 24 16:42:12 UTC 2010 Modified Files: src/crypto/dist/heimdal/lib/roken: get_window_size.c getarg.c roken.h.in Log Message: don't expose struct winsize needlessly. To generate a diff of this commit: cvs rdif

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

2010-01-22 Thread Izumi Tsutsui
> run a ./configure and generate a file to include for the tools build, > on all host platforms? I posted a new patch which added necessary checks for heimdal into src/tools/compat/configure.ac and also added (manually edited) src/tools/asn1_compile/roken.h which includes #ifdef HAVE_FOO_H checks:

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

2010-01-22 Thread matthew green
> 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 Umm. - struct winsize is defined in

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

2010-01-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 20 19:54:07 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: strlcat.c strlcpy.c

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

2010-01-20 Thread Izumi Tsutsui
> 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 Umm. - struct winsize is defined in on NetBSD - is a sym

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

2010-01-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 20 15:03:51 UTC 2010 Modified Files: src/crypto/dist/heimdal/lib/roken: get_window_size.c getarg.c Log Message: Backout previous which breaks build on NetBSD. Pointed out by w...@. Probably we have to add a check for HAV

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

2010-01-20 Thread Thomas Klausner
On Wed, Jan 20, 2010 at 12:54:17PM +, 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_e

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

2010-01-20 Thread Izumi Tsutsui
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 ge