diff options
author | dg <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
commit | 8d205697aac53476badf354623abd4e1c7bc5aff (patch) | |
tree | 9ea7ac3fc9f929d5b95f3f2de7f4dcac70ff517b /sys/netiso/tp_cons.c | |
parent | cc4d7327705f7251f7c6a43b544f8506abaedd47 (diff) | |
download | FreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.zip FreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.tar.gz |
Added $Id$
Diffstat (limited to 'sys/netiso/tp_cons.c')
-rw-r--r-- | sys/netiso/tp_cons.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netiso/tp_cons.c b/sys/netiso/tp_cons.c index 797ee9e..b40cd06 100644 --- a/sys/netiso/tp_cons.c +++ b/sys/netiso/tp_cons.c @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)tp_cons.c 8.1 (Berkeley) 6/10/93 + * $Id$ */ /*********************************************************** @@ -61,8 +62,8 @@ SOFTWARE. */ /* * ARGO TP - * $Header: tp_cons.c,v 5.6 88/11/18 17:27:13 nhall Exp $ - * $Source: /usr/argo/sys/netiso/RCS/tp_cons.c,v $ + * $Header: /home/ncvs/src/sys/netiso/tp_cons.c,v 1.1.1.1 1994/05/24 10:06:58 rgrimes Exp $ + * $Source: /home/ncvs/src/sys/netiso/tp_cons.c,v $ * * Here is where you find the iso- and cons-dependent code. We've tried * keep all net-level and (primarily) address-family-dependent stuff |