diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-20 07:18:07 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-20 07:18:07 +0000 |
| commit | e84f19ceda85b2cd3af3559e1212ff7a125ef545 (patch) | |
| tree | 08c82afcdbe25c56209da65e9466ce6ecb9331e2 /include/rpcsvc | |
| parent | c9f6c74d483f3095a688331441a742a4b4a374d0 (diff) | |
Notes
Diffstat (limited to 'include/rpcsvc')
| -rw-r--r-- | include/rpcsvc/nlm_prot.x | 6 | ||||
| -rw-r--r-- | include/rpcsvc/sm_inter.x | 6 | ||||
| -rw-r--r-- | 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 3f726b6034160..7e6945c31bf34 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 f1e274de6117d..fb832ae3c348f 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 a4816febd0cc1..f584e30dbb1ad 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 |
