summaryrefslogtreecommitdiff
path: root/lib/libatm
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
commit7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch)
tree0cf37f427c704496510156e28ccd8cd233f9d688 /lib/libatm
parente6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff)
Notes
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 d86f16ee8af9..218bf9f59af2 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 36a13f1f9851..a7a31783f306 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 df0328bb115a..582604c2875a 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 1cf598a95760..82a31b28d8da 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 fbf60c4e0fae..81b9c771dc48 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 3cdf2f2bee28..b9c7fa85fa8a 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 28ddbc289989..836b19e1f329 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 d2bae91c4195..e4828403c10f 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