diff options
Diffstat (limited to 'lib/libatm/ip_addr.c')
-rw-r--r-- | lib/libatm/ip_addr.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c index 6a18141..eefd156 100644 --- a/lib/libatm/ip_addr.c +++ b/lib/libatm/ip_addr.c @@ -22,10 +22,9 @@ * * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. - * - * @(#) $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * User Space Library Functions @@ -36,7 +35,6 @@ */ #include <sys/types.h> -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> @@ -54,8 +52,6 @@ #include "libatm.h" -__FBSDID("$FreeBSD$"); - /* * Get IP address * |