diff options
Diffstat (limited to 'sys/netiso/tp_usrreq.c')
-rw-r--r-- | sys/netiso/tp_usrreq.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netiso/tp_usrreq.c b/sys/netiso/tp_usrreq.c index 8060c94..898b360 100644 --- a/sys/netiso/tp_usrreq.c +++ b/sys/netiso/tp_usrreq.c @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_usrreq.c 8.1 (Berkeley) 6/10/93 + * $Id$ */ /*********************************************************** @@ -62,8 +63,8 @@ SOFTWARE. /* * ARGO TP * - * $Header: tp_usrreq.c,v 5.4 88/11/18 17:29:18 nhall Exp $ - * $Source: /usr/argo/sys/netiso/RCS/tp_usrreq.c,v $ + * $Header: /home/ncvs/src/sys/netiso/tp_usrreq.c,v 1.1.1.1 1994/05/24 10:06:40 rgrimes Exp $ + * $Source: /home/ncvs/src/sys/netiso/tp_usrreq.c,v $ * * tp_usrreq(), the fellow that gets called from most of the socket code. * Pretty straighforward. |