summaryrefslogtreecommitdiffstats
path: root/lib/libatm
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-30 21:06:00 +0000
committerdillon <dillon@FreeBSD.org>2001-09-30 21:06:00 +0000
commit2cea915f9c3108950cd2fa538b854c547c8c57f3 (patch)
tree1e6e43636dce8cedba73e321b93d1524a02b5036 /lib/libatm
parent384d1b28611dabe8a1fbdec78cfe89bef5012070 (diff)
downloadFreeBSD-src-2cea915f9c3108950cd2fa538b854c547c8c57f3.zip
FreeBSD-src-2cea915f9c3108950cd2fa538b854c547c8c57f3.tar.gz
__FBSDID() Cleanup
Diffstat (limited to 'lib/libatm')
-rw-r--r--lib/libatm/atm_addr.c3
-rw-r--r--lib/libatm/cache_key.c1
-rw-r--r--lib/libatm/ioctl_subr.c1
-rw-r--r--lib/libatm/ip_addr.c1
-rw-r--r--lib/libatm/ip_checksum.c1
-rw-r--r--lib/libatm/timer.c1
6 files changed, 7 insertions, 1 deletions
diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c
index ff6b2c2..79e787b 100644
--- a/lib/libatm/atm_addr.c
+++ b/lib/libatm/atm_addr.c
@@ -23,13 +23,14 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*/
+
#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#ifndef lint
#if 0 /* original (broken) import id */
static char *RCSid = "@(#) $Id: atm_addr.c,v 1.1 1998/07/09 21:45:18 johnc Exp $";
#endif
#endif
-__FBSDID("$FreeBSD$");
/*
* User Space Library Functions
diff --git a/lib/libatm/cache_key.c b/lib/libatm/cache_key.c
index 95c8943..be98b86 100644
--- a/lib/libatm/cache_key.c
+++ b/lib/libatm/cache_key.c
@@ -23,6 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*/
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/lib/libatm/ioctl_subr.c b/lib/libatm/ioctl_subr.c
index 66f8d86..66dbfdb 100644
--- a/lib/libatm/ioctl_subr.c
+++ b/lib/libatm/ioctl_subr.c
@@ -23,6 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*/
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c
index eefd156..5c023f4 100644
--- a/lib/libatm/ip_addr.c
+++ b/lib/libatm/ip_addr.c
@@ -23,6 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*/
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c
index e018190..414d79b 100644
--- a/lib/libatm/ip_checksum.c
+++ b/lib/libatm/ip_checksum.c
@@ -23,6 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*/
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c
index fa7f264..39597f6 100644
--- a/lib/libatm/timer.c
+++ b/lib/libatm/timer.c
@@ -23,6 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*/
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud