Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/heimdal/lib/roken Const poison the version strings.



details:   https://anonhg.NetBSD.org/src/rev/a8371ff539e0
branches:  trunk
changeset: 488159:a8371ff539e0
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 19 20:51:53 2000 +0000

description:
Const poison the version strings.

diffstat:

 crypto/dist/heimdal/lib/roken/make-print-version.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 990065ef72bb -r a8371ff539e0 crypto/dist/heimdal/lib/roken/make-print-version.c
--- a/crypto/dist/heimdal/lib/roken/make-print-version.c        Mon Jun 19 20:48:42 2000 +0000
+++ b/crypto/dist/heimdal/lib/roken/make-print-version.c        Mon Jun 19 20:51:53 2000 +0000
@@ -33,16 +33,16 @@
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
-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 <stdio.h>
 
 #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 <version.h>
 



Home | Main Index | Thread Index | Old Index