diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-30 21:06:00 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-30 21:06:00 +0000 |
commit | 2cea915f9c3108950cd2fa538b854c547c8c57f3 (patch) | |
tree | 1e6e43636dce8cedba73e321b93d1524a02b5036 /lib/libatm/atm_addr.c | |
parent | 384d1b28611dabe8a1fbdec78cfe89bef5012070 (diff) | |
download | FreeBSD-src-2cea915f9c3108950cd2fa538b854c547c8c57f3.zip FreeBSD-src-2cea915f9c3108950cd2fa538b854c547c8c57f3.tar.gz |
__FBSDID() Cleanup
Diffstat (limited to 'lib/libatm/atm_addr.c')
-rw-r--r-- | lib/libatm/atm_addr.c | 3 |
1 files changed, 2 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 |