Subject: CVS commit: basesrc/crypto/dist/heimdal/lib
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/13/2002 22:09:02
Module Name:	basesrc
Committed By:	thorpej
Date:		Fri Sep 13 19:09:02 UTC 2002

Modified Files:
	basesrc/crypto/dist/heimdal/lib/asn1: gen.c gen_copy.c gen_decode.c
	    gen_encode.c gen_free.c gen_glue.c gen_length.c hash.c main.c
	    parse.y symbol.c
	basesrc/crypto/dist/heimdal/lib/com_err: compile_et.c lex.l parse.y
	basesrc/crypto/dist/heimdal/lib/roken: emalloc.c get_window_size.c
	    getarg.c print_version.c strupr.c warnerr.c
	basesrc/crypto/dist/heimdal/lib/vers: make-print-version.c

Log Message:
__RCSID is not a portable macro to be using in a host tool (which
these files are).  As a short-term work-around, only use it if it
is defined.  A better solution will be worked out with the Heimdal
folks later.

Fixes building these host tools on Solaris 8.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/heimdal/lib/asn1/gen.c
cvs rdiff -r1.1.1.3 -r1.2 basesrc/crypto/dist/heimdal/lib/asn1/gen_copy.c \
    basesrc/crypto/dist/heimdal/lib/asn1/gen_encode.c \
    basesrc/crypto/dist/heimdal/lib/asn1/gen_free.c \
    basesrc/crypto/dist/heimdal/lib/asn1/gen_glue.c \
    basesrc/crypto/dist/heimdal/lib/asn1/gen_length.c \
    basesrc/crypto/dist/heimdal/lib/asn1/hash.c \
    basesrc/crypto/dist/heimdal/lib/asn1/symbol.c
cvs rdiff -r1.1.1.5 -r1.2 basesrc/crypto/dist/heimdal/lib/asn1/gen_decode.c
cvs rdiff -r1.1.1.4 -r1.2 basesrc/crypto/dist/heimdal/lib/asn1/main.c \
    basesrc/crypto/dist/heimdal/lib/asn1/parse.y
cvs rdiff -r1.1.1.4 -r1.2 \
    basesrc/crypto/dist/heimdal/lib/com_err/compile_et.c
cvs rdiff -r1.1.1.3 -r1.2 basesrc/crypto/dist/heimdal/lib/com_err/lex.l \
    basesrc/crypto/dist/heimdal/lib/com_err/parse.y
cvs rdiff -r1.1.1.4 -r1.2 basesrc/crypto/dist/heimdal/lib/roken/emalloc.c
cvs rdiff -r1.1.1.3 -r1.2 \
    basesrc/crypto/dist/heimdal/lib/roken/get_window_size.c \
    basesrc/crypto/dist/heimdal/lib/roken/strupr.c
cvs rdiff -r1.1.1.6 -r1.2 basesrc/crypto/dist/heimdal/lib/roken/getarg.c
cvs rdiff -r1.1.1.5 -r1.2 \
    basesrc/crypto/dist/heimdal/lib/roken/print_version.c \
    basesrc/crypto/dist/heimdal/lib/roken/warnerr.c
cvs rdiff -r1.2 -r1.3 \
    basesrc/crypto/dist/heimdal/lib/vers/make-print-version.c

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