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 /lib/libatm | |
| parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'.
This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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 218bf9f59af2..b0372be2ecd8 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.2.2.1 1999/08/29 14:55:18 peter Exp $ # # diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c index 476ffd1d7335..f49208334a67 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.1.2.2 1999/08/29 14:55:19 peter Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $FreeBSD$"; +static char *RCSid = "@(#) $FreeBSD: src/lib/libatm/atm_addr.c,v 1.1.2.2 1999/08/29 14:55:19 peter Exp $"; #endif #include <sys/types.h> diff --git a/lib/libatm/cache_key.c b/lib/libatm/cache_key.c index e5a15f99a8af..c5afae8a5cf9 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.1.2.1 1999/08/29 14:55:19 peter Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $FreeBSD$"; +static char *RCSid = "@(#) $FreeBSD: src/lib/libatm/cache_key.c,v 1.1.2.1 1999/08/29 14:55:19 peter Exp $"; #endif #include <sys/types.h> diff --git a/lib/libatm/ioctl_subr.c b/lib/libatm/ioctl_subr.c index bbef3f9b6804..632a168eaf94 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.1.2.1 1999/08/29 14:55:19 peter Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $FreeBSD$"; +static char *RCSid = "@(#) $FreeBSD: src/lib/libatm/ioctl_subr.c,v 1.1.2.1 1999/08/29 14:55:19 peter Exp $"; #endif #include <sys/types.h> diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c index a2f9fa504948..0d888b76573a 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.1.2.1 1999/08/29 14:55:20 peter Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $FreeBSD$"; +static char *RCSid = "@(#) $FreeBSD: src/lib/libatm/ip_addr.c,v 1.1.2.1 1999/08/29 14:55:20 peter Exp $"; #endif #include <sys/types.h> 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> diff --git a/lib/libatm/libatm.h b/lib/libatm/libatm.h index 77259225c932..c732f4533f08 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.1.2.1 1999/08/29 14:55:20 peter Exp $ * */ diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c index 3277eb70a3ad..6c40738ffdcc 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.1.2.1 1999/08/29 14:55:20 peter Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $FreeBSD$"; +static char *RCSid = "@(#) $FreeBSD: src/lib/libatm/timer.c,v 1.1.2.1 1999/08/29 14:55:20 peter Exp $"; #endif #include <sys/types.h> |
