Remove sccsid, not present in Lite2.

This commit is contained in:
Philippe Charnier 1997-11-20 07:18:07 +00:00
parent c9f6c74d48
commit e84f19ceda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31305
3 changed files with 3 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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