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/if_cons.c | |
parent | cc4d7327705f7251f7c6a43b544f8506abaedd47 (diff) | |
download | FreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.zip FreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.tar.gz |
Added $Id$
Diffstat (limited to 'sys/netiso/if_cons.c')
-rw-r--r-- | sys/netiso/if_cons.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netiso/if_cons.c b/sys/netiso/if_cons.c index 7724b04..4878365 100644 --- a/sys/netiso/if_cons.c +++ b/sys/netiso/if_cons.c @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)if_cons.c 8.1 (Berkeley) 6/10/93 + * $Id$ */ /*********************************************************** @@ -60,8 +61,8 @@ SOFTWARE. * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ /* - * $Header: if_cons.c,v 4.7 88/08/11 15:52:55 nhall Exp $ - * $Source: /usr/argo/sys/netiso/RCS/if_cons.c,v $ + * $Header: /home/ncvs/src/sys/netiso/if_cons.c,v 1.1.1.1 1994/05/24 10:07:14 rgrimes Exp $ + * $Source: /home/ncvs/src/sys/netiso/if_cons.c,v $ * * cons.c - Connection Oriented Network Service: * including support for a) user transport-level service, |