diff options
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 |