From e84f19ceda85b2cd3af3559e1212ff7a125ef545 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Thu, 20 Nov 1997 07:18:07 +0000 Subject: [PATCH] Remove sccsid, not present in Lite2. --- include/rpcsvc/nlm_prot.x | 6 +----- include/rpcsvc/sm_inter.x | 6 +----- include/rpcsvc/yp.x | 5 +---- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/include/rpcsvc/nlm_prot.x b/include/rpcsvc/nlm_prot.x index 3f726b603416..7e6945c31bf3 100644 --- a/include/rpcsvc/nlm_prot.x +++ b/include/rpcsvc/nlm_prot.x @@ -10,12 +10,8 @@ %#define MAXNAMELEN LM_MAXSTRLEN+1 #else %#ifndef lint -%#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$"; +% "$Id: nlm_prot.x,v 1.5 1997/10/31 12:26:50 charnier Exp $"; %#endif /* not lint */ #endif diff --git a/include/rpcsvc/sm_inter.x b/include/rpcsvc/sm_inter.x index f1e274de6117..fb832ae3c348 100644 --- a/include/rpcsvc/sm_inter.x +++ b/include/rpcsvc/sm_inter.x @@ -35,12 +35,8 @@ #ifndef RPC_HDR %#ifndef lint -%#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$"; +% "$Id: sm_inter.x,v 1.5 1997/10/31 12:26:51 charnier Exp $"; %#endif /* not lint */ #endif diff --git a/include/rpcsvc/yp.x b/include/rpcsvc/yp.x index a4816febd0cc..f584e30dbb1a 100644 --- a/include/rpcsvc/yp.x +++ b/include/rpcsvc/yp.x @@ -33,11 +33,8 @@ #ifndef RPC_HDR %#ifndef lint -%#if 0 -%static char sccsid[] = "@(#)from: yp.x 2.1 88/08/01 4.0 RPCSRC"; -%#endif %static const char rcsid[] = -% "$Id$"; +% "$Id: yp.x,v 1.9 1997/10/31 12:26:52 charnier Exp $"; %#endif /* not lint */ #endif