diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-31 12:26:52 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-31 12:26:52 +0000 |
| commit | 468b39106c7fdcdae78fbde568f99da6c4d369f0 (patch) | |
| tree | be25f8bca59b84b0425311f3ad3b84ea921f511a /include/rpcsvc | |
| parent | faac9650a583c9d142a05f57ab648c02c7bef200 (diff) | |
Notes
Diffstat (limited to 'include/rpcsvc')
| -rw-r--r-- | include/rpcsvc/nlm_prot.x | 9 | ||||
| -rw-r--r-- | include/rpcsvc/sm_inter.x | 9 | ||||
| -rw-r--r-- | include/rpcsvc/yp.x | 7 |
3 files changed, 17 insertions, 8 deletions
diff --git a/include/rpcsvc/nlm_prot.x b/include/rpcsvc/nlm_prot.x index 04721e28e3ff9..3f726b6034160 100644 --- a/include/rpcsvc/nlm_prot.x +++ b/include/rpcsvc/nlm_prot.x @@ -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 diff --git a/include/rpcsvc/sm_inter.x b/include/rpcsvc/sm_inter.x index 49a93044f8fd9..f1e274de6117d 100644 --- a/include/rpcsvc/sm_inter.x +++ b/include/rpcsvc/sm_inter.x @@ -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 diff --git a/include/rpcsvc/yp.x b/include/rpcsvc/yp.x index ce5bcf264f9bf..a4816febd0cc1 100644 --- a/include/rpcsvc/yp.x +++ b/include/rpcsvc/yp.x @@ -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 |
