From c4dc11daa0faf2d9211e07d1b3006d68aaecfcbf Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 19 Jun 2000 20:51:53 +0000 Subject: [PATCH] Const poison the version strings. --- crypto/dist/heimdal/lib/roken/make-print-version.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/dist/heimdal/lib/roken/make-print-version.c b/crypto/dist/heimdal/lib/roken/make-print-version.c index 34aca9296597..96f4b4f2b60f 100644 --- a/crypto/dist/heimdal/lib/roken/make-print-version.c +++ b/crypto/dist/heimdal/lib/roken/make-print-version.c @@ -33,16 +33,16 @@ #ifdef HAVE_CONFIG_H #include -RCSID("$Id: make-print-version.c,v 1.1.1.1 2000/06/16 18:32:35 thorpej Exp $"); +RCSID("$Id: make-print-version.c,v 1.2 2000/06/19 20:51:53 thorpej Exp $"); #endif #include #ifdef KRB5 -extern char *heimdal_version; +extern const char *heimdal_version; #endif #ifdef KRB4 -extern char *krb4_version; +extern const char *krb4_version; #endif #include