diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-15 03:42:10 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-15 03:42:10 +0000 |
commit | 7454909fa17bd7195415085ff8b55650ebb1cf64 (patch) | |
tree | d2be62cd816e5bae24649872e549909cf8870b0c /lib/libatm/ip_addr.c | |
parent | db0017d0e3593779501a8a9b772824247d4dc23c (diff) | |
download | FreeBSD-src-7454909fa17bd7195415085ff8b55650ebb1cf64.zip FreeBSD-src-7454909fa17bd7195415085ff8b55650ebb1cf64.tar.gz |
Convert a library to use the new __FBSDID()'s for testing and review
purposes.
Diffstat (limited to 'lib/libatm/ip_addr.c')
-rw-r--r-- | lib/libatm/ip_addr.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c index 81b9c77..6a18141 100644 --- a/lib/libatm/ip_addr.c +++ b/lib/libatm/ip_addr.c @@ -36,6 +36,7 @@ */ #include <sys/types.h> +#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> @@ -53,10 +54,7 @@ #include "libatm.h" -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - +__FBSDID("$FreeBSD$"); /* * Get IP address |