From b926b61a736b7d414dc1cef29e4d6a76b7944e7d Mon Sep 17 00:00:00 2001 From: lukem Date: Wed, 3 Sep 2008 07:10:55 +0000 Subject: [PATCH] Comment out __RCSID; this is a host tool and we don't need the Id in the binary. Fixes cross-build issue on RHEL5-like Linux. Arguably we shouldn't even #include because that's been created for the NetBSD target and not the (possibly non-NetBSD) host system, but that hasn't caused problems so far so I'll leave it for now. --- crypto/dist/heimdal/lib/vers/make-print-version.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crypto/dist/heimdal/lib/vers/make-print-version.c b/crypto/dist/heimdal/lib/vers/make-print-version.c index fd80b13b6f67..8c9ecf7749fb 100644 --- a/crypto/dist/heimdal/lib/vers/make-print-version.c +++ b/crypto/dist/heimdal/lib/vers/make-print-version.c @@ -33,8 +33,10 @@ #ifdef HAVE_CONFIG_H #include +#if 0 __RCSID("$Heimdal: make-print-version.c 18765 2006-10-21 17:37:32Z lha $" - "$NetBSD: make-print-version.c,v 1.6 2008/03/22 08:37:23 mlelstv Exp $"); + "$NetBSD: make-print-version.c,v 1.7 2008/09/03 07:10:55 lukem Exp $"); +#endif #endif #include