Add const to rcsid[] definition so that -Wall will not complain.

This commit is contained in:
Philippe Charnier 1997-10-31 12:26:52 +00:00
parent faac9650a5
commit 468b39106c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30870
3 changed files with 17 additions and 8 deletions

View File

@ -10,9 +10,12 @@
%#define MAXNAMELEN LM_MAXSTRLEN+1
#else
%#ifndef lint
%/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
%static char rcsid[] = "$Id: nlm_prot.x,v 1.1 1994/08/04 19:01:48 wollman Exp $";
%#if 0
%static char sccsid[] = "@(#)from: nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";
%static char sccsid[] = "@(#)from: nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";
%#endif
%static const char rcsid[] =
% "$Id$";
%#endif /* not lint */
#endif

View File

@ -35,9 +35,12 @@
#ifndef RPC_HDR
%#ifndef lint
%/*static char sccsid[] = "from: @(#)sm_inter.x 1.7 87/06/24 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)sm_inter.x 2.2 88/08/01 4.0 RPCSRC";*/
%static char rcsid[] = "$Id: sm_inter.x,v 1.1 1994/08/04 19:01:53 wollman Exp $";
%#if 0
%static char sccsid[] = "@(#)from: sm_inter.x 1.7 87/06/24 Copyr 1987 Sun Micro";
%static char sccsid[] = "@(#)from: sm_inter.x 2.2 88/08/01 4.0 RPCSRC";
%#endif
%static const char rcsid[] =
% "$Id$";
%#endif /* not lint */
#endif

View File

@ -33,8 +33,11 @@
#ifndef RPC_HDR
%#ifndef lint
%/*static char sccsid[] = "from: @(#)yp.x 2.1 88/08/01 4.0 RPCSRC";*/
%static char rcsid[] = "$Id: yp.x,v 1.5 1996/02/26 02:22:53 wpaul Exp $";
%#if 0
%static char sccsid[] = "@(#)from: yp.x 2.1 88/08/01 4.0 RPCSRC";
%#endif
%static const char rcsid[] =
% "$Id$";
%#endif /* not lint */
#endif