summaryrefslogtreecommitdiffstats
path: root/lib/libatm/ip_checksum.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-15 03:42:10 +0000
committerdillon <dillon@FreeBSD.org>2001-09-15 03:42:10 +0000
commit7454909fa17bd7195415085ff8b55650ebb1cf64 (patch)
treed2be62cd816e5bae24649872e549909cf8870b0c /lib/libatm/ip_checksum.c
parentdb0017d0e3593779501a8a9b772824247d4dc23c (diff)
downloadFreeBSD-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_checksum.c')
-rw-r--r--lib/libatm/ip_checksum.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c
index b9c7fa8..d80742d 100644
--- a/lib/libatm/ip_checksum.c
+++ b/lib/libatm/ip_checksum.c
@@ -37,6 +37,7 @@
*/
#include <sys/types.h>
+#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
@@ -50,10 +51,7 @@
#include "libatm.h"
-#ifndef lint
-__RCSID("@(#) $FreeBSD$");
-#endif
-
+__FBSDID("$FreeBSD$");
/*
* Compute an IP checksum
OpenPOWER on IntegriCloud