summaryrefslogtreecommitdiffstats
path: root/lib/libatm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
commit76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch)
tree11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /lib/libatm
parentc148814ac642685a549ea821e649cd359879c935 (diff)
downloadFreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip
FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'lib/libatm')
-rw-r--r--lib/libatm/Makefile2
-rw-r--r--lib/libatm/atm_addr.c4
-rw-r--r--lib/libatm/cache_key.c4
-rw-r--r--lib/libatm/ioctl_subr.c4
-rw-r--r--lib/libatm/ip_addr.c4
-rw-r--r--lib/libatm/ip_checksum.c4
-rw-r--r--lib/libatm/libatm.h2
-rw-r--r--lib/libatm/timer.c4
8 files changed, 14 insertions, 14 deletions
diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile
index d86f16e..218bf9f 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.
#
-# @(#) $Id: Makefile,v 1.1 1998/09/15 08:22:33 phk Exp $
+# @(#) $FreeBSD$
#
#
diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c
index 36a13f1..a7a3178 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.
*
- * @(#) $Id: atm_addr.c,v 1.2 1999/05/20 23:52:15 mks Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -53,7 +53,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $Id: atm_addr.c,v 1.2 1999/05/20 23:52:15 mks Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/lib/libatm/cache_key.c b/lib/libatm/cache_key.c
index df0328b..582604c 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.
*
- * @(#) $Id: cache_key.c,v 1.1 1998/09/15 08:22:33 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -54,7 +54,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $Id: cache_key.c,v 1.1 1998/09/15 08:22:33 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/lib/libatm/ioctl_subr.c b/lib/libatm/ioctl_subr.c
index 1cf598a..82a31b2 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.
*
- * @(#) $Id: ioctl_subr.c,v 1.1 1998/09/15 08:22:34 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -56,7 +56,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $Id: ioctl_subr.c,v 1.1 1998/09/15 08:22:34 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c
index fbf60c4..81b9c77 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.
*
- * @(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -54,7 +54,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c
index 3cdf2f2..b9c7fa8 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.
*
- * @(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -51,7 +51,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/lib/libatm/libatm.h b/lib/libatm/libatm.h
index 28ddbc2..836b19e 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.
*
- * @(#) $Id: libatm.h,v 1.1 1998/09/15 08:22:34 phk Exp $
+ * @(#) $FreeBSD$
*
*/
diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c
index d2bae91..e482840 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.
*
- * @(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -54,7 +54,7 @@
#include "libatm.h"
#ifndef lint
-__RCSID("@(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
OpenPOWER on IntegriCloud