diff options
author | obrien <obrien@FreeBSD.org> | 2003-04-20 18:41:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-04-20 18:41:16 +0000 |
commit | dce3b02b367216359cd6e26f70d0d523caf70ab3 (patch) | |
tree | 5279edf53226c0d3d1200986fceeeb705937cf4e /lib/libatm | |
parent | 2151e1a6d9b7f5e0ed575674b12aa4c3226309b0 (diff) | |
download | FreeBSD-src-dce3b02b367216359cd6e26f70d0d523caf70ab3.zip FreeBSD-src-dce3b02b367216359cd6e26f70d0d523caf70ab3.tar.gz |
fix __FBSDID
Diffstat (limited to 'lib/libatm')
-rw-r--r-- | lib/libatm/atm_addr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c index ef860a6..f2cf75d 100644 --- a/lib/libatm/atm_addr.c +++ b/lib/libatm/atm_addr.c @@ -24,13 +24,13 @@ * 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 +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * User Space Library Functions |