diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
commit | 8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch) | |
tree | 85f35fe64386fc1f5eb60327eb5c614a04d1adae /sys/netatm/uni/uniarp_output.c | |
parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) |
Diffstat (limited to 'sys/netatm/uni/uniarp_output.c')
-rw-r--r-- | sys/netatm/uni/uniarp_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/uni/uniarp_output.c b/sys/netatm/uni/uniarp_output.c index f8cd594caac1..7d7024477817 100644 --- a/sys/netatm/uni/uniarp_output.c +++ b/sys/netatm/uni/uniarp_output.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/uniarp_output.c,v 1.2.2.1 1999/08/29 16:29:18 peter Exp $ * */ @@ -42,7 +42,7 @@ #include <netatm/uni/uniip_var.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/netatm/uni/uniarp_output.c,v 1.2.2.1 1999/08/29 16:29:18 peter Exp $"); #endif |