From 33beb42d3d2cd13a82ddbbdc4275d2a048030ae3 Mon Sep 17 00:00:00 2001 From: Greg Banks Date: Tue, 27 Jun 2006 21:22:59 +1000 Subject: Comment out the decades-old SCCS id strings from the original Sun distribution. They cause compile warnings, there is no longer any reason to try to build them into the binaries, and gcc seems to be eliding some of them anyway. --- support/misc/from_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/misc/from_local.c') diff --git a/support/misc/from_local.c b/support/misc/from_local.c index 56478d7..f6f944c 100644 --- a/support/misc/from_local.c +++ b/support/misc/from_local.c @@ -35,7 +35,7 @@ * Mountain View, California 94043 */ -#ifndef lint +#if 0 static char sccsid[] = "@(#) from_local.c 1.3 96/05/31 15:52:57"; #endif -- cgit