diff options
Diffstat (limited to 'lib/libatm/ip_checksum.c')
| -rw-r--r-- | lib/libatm/ip_checksum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c index 08fb456e9c99..9048233114af 100644 --- a/lib/libatm/ip_checksum.c +++ b/lib/libatm/ip_checksum.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/lib/libatm/ip_checksum.c,v 1.1.2.1 1999/08/29 14:55:20 peter Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $FreeBSD$"; +static char *RCSid = "@(#) $FreeBSD: src/lib/libatm/ip_checksum.c,v 1.1.2.1 1999/08/29 14:55:20 peter Exp $"; #endif #include <sys/types.h> |
