From 75f552f0ac18a4171163ae7419546d913ba866b4 Mon Sep 17 00:00:00 2001 From: archie Date: Sun, 6 Dec 1998 08:15:08 +0000 Subject: Make rcsid a const char[] instead of char[] to avoid compiler warnings --- include/rpcsvc/rex.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rpcsvc/rex.x') diff --git a/include/rpcsvc/rex.x b/include/rpcsvc/rex.x index f027d28..1be8b48 100644 --- a/include/rpcsvc/rex.x +++ b/include/rpcsvc/rex.x @@ -35,7 +35,7 @@ %#ifndef lint %/*static char sccsid[] = "from: @(#)rex.x 1.3 87/09/18 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)rex.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$Id: rex.x,v 1.1 1994/08/04 19:01:49 wollman Exp $"; +%static const char rcsid[] = "$Id: rex.x,v 1.4 1997/05/28 04:38:19 wpaul Exp $"; %#endif /* not lint */ #endif -- cgit v1.1