diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:06:00 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:06:00 +0000 |
| commit | ccb90b6d687368edbab086d236ce110b22d50e37 (patch) | |
| tree | 1e6e43636dce8cedba73e321b93d1524a02b5036 /lib/libatm | |
| parent | e2505aa6765ae571b731c45bdb36e1ffb55e1f3d (diff) | |
Notes
Diffstat (limited to 'lib/libatm')
| -rw-r--r-- | lib/libatm/atm_addr.c | 3 | ||||
| -rw-r--r-- | lib/libatm/cache_key.c | 1 | ||||
| -rw-r--r-- | lib/libatm/ioctl_subr.c | 1 | ||||
| -rw-r--r-- | lib/libatm/ip_addr.c | 1 | ||||
| -rw-r--r-- | lib/libatm/ip_checksum.c | 1 | ||||
| -rw-r--r-- | lib/libatm/timer.c | 1 |
6 files changed, 7 insertions, 1 deletions
diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c index ff6b2c2d501c..79e787bcdcb6 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 95c8943561e4..be98b8647d11 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 66f8d863f178..66dbfdb0259f 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 eefd156ad7aa..5c023f4e1d14 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 e0181905b9b3..414d79bc6e95 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 fa7f2642d188..39597f6733ed 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$"); |
