From b1b1c5546729eb1039cf848c909eec70a3e85cf0 Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 14 Feb 2001 19:54:36 +0000 Subject: Fix a "make world"-breaking inconsistency for those folks making a world with both KRB4 and KRB5. --- crypto/heimdal/lib/roken/make-print-version.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crypto/heimdal/lib') diff --git a/crypto/heimdal/lib/roken/make-print-version.c b/crypto/heimdal/lib/roken/make-print-version.c index b29cf31..d7c8cf9 100644 --- a/crypto/heimdal/lib/roken/make-print-version.c +++ b/crypto/heimdal/lib/roken/make-print-version.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #ifdef HAVE_CONFIG_H @@ -42,7 +44,7 @@ RCSID("$Id: make-print-version.c,v 1.3 2000/08/16 11:30:04 assar Exp $"); extern const char *heimdal_version; #endif #ifdef KRB4 -extern char *krb4_version; +extern const char *krb4_version; #endif #include -- cgit v1.1