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 rdiff -u -r1.5 -r1.6 src/crypto/dist/heimdal/lib/roken/get_window_size.c \
src/crypto/dist/heimdal/lib/roken/getarg.c \
src/crypto/dist/heimdal/lib/roken/roken.h.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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:
http://mail-index.NetBSD.org/netbsd-bugs/2010/01/21/msg015707.html

Comments? :-)
---
Izumi Tsutsui


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 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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/dist/heimdal/lib/asn1/gen_locl.h \
src/crypto/dist/heimdal/lib/asn1/lex.h
cvs rdiff -u -r1.6 -r1.7 src/crypto/dist/heimdal/lib/com_err/compile_et.c
cvs rdiff -u -r1.2 -r1.3 src/crypto/dist/heimdal/lib/com_err/compile_et.h
cvs rdiff -u -r1.3 -r1.4 src/crypto/dist/heimdal/lib/roken/get_window_size.c \
src/crypto/dist/heimdal/lib/roken/getarg.c \
src/crypto/dist/heimdal/lib/roken/warnerr.c
cvs rdiff -u -r1.5 -r1.6 src/crypto/dist/heimdal/lib/roken/strlcat.c \
src/crypto/dist/heimdal/lib/roken/strlcpy.c \
src/crypto/dist/heimdal/lib/roken/strupr.c
cvs rdiff -u -r1.8 -r1.9 src/crypto/dist/heimdal/lib/vers/print_version.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.