diff options
author | charnier <charnier@FreeBSD.org> | 1997-11-24 07:36:46 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-11-24 07:36:46 +0000 |
commit | 31e60d8e266eee05c2cd782b041c80ea25c76abc (patch) | |
tree | 6972b15eec0878732cf8acdd599e5285bdf9efa9 /include | |
parent | c1ff1b0c01e9985e977032369d93c228525df201 (diff) | |
download | FreeBSD-src-31e60d8e266eee05c2cd782b041c80ea25c76abc.zip FreeBSD-src-31e60d8e266eee05c2cd782b041c80ea25c76abc.tar.gz |
Add Ids, from lite2.
Diffstat (limited to 'include')
-rw-r--r-- | include/rpcsvc/nlm_prot.x | 5 | ||||
-rw-r--r-- | include/rpcsvc/sm_inter.x | 5 | ||||
-rw-r--r-- | include/rpcsvc/yp.x | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/include/rpcsvc/nlm_prot.x b/include/rpcsvc/nlm_prot.x index 7e6945c..c5d7444 100644 --- a/include/rpcsvc/nlm_prot.x +++ b/include/rpcsvc/nlm_prot.x @@ -1,3 +1,6 @@ +/* @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC */ +/* @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro */ + /* * Network lock manager protocol definition * Copyright (C) 1986 Sun Microsystems, Inc. @@ -11,7 +14,7 @@ #else %#ifndef lint %static const char rcsid[] = -% "$Id: nlm_prot.x,v 1.5 1997/10/31 12:26:50 charnier Exp $"; +% "$Id: nlm_prot.x,v 1.6 1997/11/20 07:18:03 charnier Exp $"; %#endif /* not lint */ #endif diff --git a/include/rpcsvc/sm_inter.x b/include/rpcsvc/sm_inter.x index fb832ae..6f5a166 100644 --- a/include/rpcsvc/sm_inter.x +++ b/include/rpcsvc/sm_inter.x @@ -1,3 +1,6 @@ +/* @(#)sm_inter.x 2.2 88/08/01 4.0 RPCSRC */ +/* @(#)sm_inter.x 1.7 87/06/24 Copyr 1987 Sun Micro */ + /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -36,7 +39,7 @@ #ifndef RPC_HDR %#ifndef lint %static const char rcsid[] = -% "$Id: sm_inter.x,v 1.5 1997/10/31 12:26:51 charnier Exp $"; +% "$Id: sm_inter.x,v 1.6 1997/11/20 07:18:05 charnier Exp $"; %#endif /* not lint */ #endif diff --git a/include/rpcsvc/yp.x b/include/rpcsvc/yp.x index f584e30..bf1d3d1 100644 --- a/include/rpcsvc/yp.x +++ b/include/rpcsvc/yp.x @@ -1,3 +1,5 @@ +/* @(#)yp.x 2.1 88/08/01 4.0 RPCSRC */ + /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -34,7 +36,7 @@ #ifndef RPC_HDR %#ifndef lint %static const char rcsid[] = -% "$Id: yp.x,v 1.9 1997/10/31 12:26:52 charnier Exp $"; +% "$Id: yp.x,v 1.10 1997/11/20 07:18:07 charnier Exp $"; %#endif /* not lint */ #endif |