summaryrefslogtreecommitdiffstats
path: root/lib/libatm/ip_checksum.c
diff options
context:
space:
mode:
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