diff options
Diffstat (limited to 'include/rpcsvc/nlm_prot.x')
-rw-r--r-- | include/rpcsvc/nlm_prot.x | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/rpcsvc/nlm_prot.x b/include/rpcsvc/nlm_prot.x index 04721e2..3f726b6 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 |