summaryrefslogtreecommitdiffstats
path: root/lib/libatm/ip_checksum.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-15 19:36:55 +0000
committerdillon <dillon@FreeBSD.org>2001-09-15 19:36:55 +0000
commitd085d52af7eab15f7d8cfb2ebca25f02f273a593 (patch)
tree9d31a1791407d2c0e6051f61a197a54dd6b15c35 /lib/libatm/ip_checksum.c
parent4f7d5730b0f154089bf3ea108ca67be2494d2668 (diff)
downloadFreeBSD-src-d085d52af7eab15f7d8cfb2ebca25f02f273a593.zip
FreeBSD-src-d085d52af7eab15f7d8cfb2ebca25f02f273a593.tar.gz
Revamp FBSDID's for libatm. Restore original import rcsid as per bde
Reviewed by: various people
Diffstat (limited to 'lib/libatm/ip_checksum.c')
-rw-r--r--lib/libatm/ip_checksum.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c
index d80742d..e018190 100644
--- a/lib/libatm/ip_checksum.c
+++ b/lib/libatm/ip_checksum.c
@@ -22,11 +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
@@ -37,7 +35,6 @@
*/
#include <sys/types.h>
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
@@ -51,8 +48,6 @@
#include "libatm.h"
-__FBSDID("$FreeBSD$");
-
/*
* Compute an IP checksum
*
OpenPOWER on IntegriCloud