diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
| commit | 7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch) | |
| tree | a37e562f560b38e8e087a744d063186d6b1e6746 /lib/libatm | |
| parent | a964be6d2c35243e54bf5ce12c15339d331189cb (diff) | |
Diffstat (limited to 'lib/libatm')
| -rw-r--r-- | lib/libatm/Makefile | 2 | ||||
| -rw-r--r-- | lib/libatm/atm_addr.c | 4 | ||||
| -rw-r--r-- | lib/libatm/cache_key.c | 4 | ||||
| -rw-r--r-- | lib/libatm/ioctl_subr.c | 4 | ||||
| -rw-r--r-- | lib/libatm/ip_addr.c | 4 | ||||
| -rw-r--r-- | lib/libatm/ip_checksum.c | 4 | ||||
| -rw-r--r-- | lib/libatm/libatm.h | 2 | ||||
| -rw-r--r-- | lib/libatm/timer.c | 4 |
8 files changed, 14 insertions, 14 deletions
diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile index 1de2e13177cb..25ffcab56c06 100644 --- a/lib/libatm/Makefile +++ b/lib/libatm/Makefile @@ -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/Makefile,v 1.4 2000/01/14 07:57:22 rgrimes Exp $ # # diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c index a7a31783f306..7cf2c1ba9cd0 100644 --- a/lib/libatm/atm_addr.c +++ b/lib/libatm/atm_addr.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/atm_addr.c,v 1.4 1999/08/27 23:58:04 peter Exp $ * */ @@ -53,7 +53,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/lib/libatm/atm_addr.c,v 1.4 1999/08/27 23:58:04 peter Exp $"); #endif diff --git a/lib/libatm/cache_key.c b/lib/libatm/cache_key.c index 582604c2875a..7d5d63656a79 100644 --- a/lib/libatm/cache_key.c +++ b/lib/libatm/cache_key.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/cache_key.c,v 1.3 1999/08/27 23:58:04 peter Exp $ * */ @@ -54,7 +54,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/lib/libatm/cache_key.c,v 1.3 1999/08/27 23:58:04 peter Exp $"); #endif diff --git a/lib/libatm/ioctl_subr.c b/lib/libatm/ioctl_subr.c index 82a31b28d8da..0e138bc0fe82 100644 --- a/lib/libatm/ioctl_subr.c +++ b/lib/libatm/ioctl_subr.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/ioctl_subr.c,v 1.3 1999/08/27 23:58:04 peter Exp $ * */ @@ -56,7 +56,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/lib/libatm/ioctl_subr.c,v 1.3 1999/08/27 23:58:04 peter Exp $"); #endif diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c index 81b9c771dc48..4652c43fb8c2 100644 --- a/lib/libatm/ip_addr.c +++ b/lib/libatm/ip_addr.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_addr.c,v 1.3 1999/08/27 23:58:04 peter Exp $ * */ @@ -54,7 +54,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/lib/libatm/ip_addr.c,v 1.3 1999/08/27 23:58:04 peter Exp $"); #endif diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c index b9c7fa85fa8a..ad9ad6dd282e 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.3 1999/08/27 23:58:05 peter Exp $ * */ @@ -51,7 +51,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/lib/libatm/ip_checksum.c,v 1.3 1999/08/27 23:58:05 peter Exp $"); #endif diff --git a/lib/libatm/libatm.h b/lib/libatm/libatm.h index 836b19e1f329..f1c7b1b2d7c7 100644 --- a/lib/libatm/libatm.h +++ b/lib/libatm/libatm.h @@ -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/libatm.h,v 1.3 1999/08/27 23:58:05 peter Exp $ * */ diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c index e4828403c10f..e147ab3f523a 100644 --- a/lib/libatm/timer.c +++ b/lib/libatm/timer.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/timer.c,v 1.3 1999/08/27 23:58:05 peter Exp $ * */ @@ -54,7 +54,7 @@ #include "libatm.h" #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/lib/libatm/timer.c,v 1.3 1999/08/27 23:58:05 peter Exp $"); #endif |
