Namespace header inclusion protection macros

Use LIBBSD_, and remove trailing underscores.
This commit is contained in:
Guillem Jover
2017-06-14 02:44:37 +02:00
parent 47013bc92a
commit ec5d9a685a
10 changed files with 29 additions and 29 deletions

View File

@@ -30,8 +30,8 @@
* $FreeBSD: src/sys/netinet/ip_icmp.h,v 1.22 2004/04/07 20:46:13 imp Exp $
*/
#ifndef _NETINET_IP_ICMP_H_
#define _NETINET_IP_ICMP_H_
#ifndef LIBBSD_NETINET_IP_ICMP_H
#define LIBBSD_NETINET_IP_ICMP_H
#include <sys/types.h> /* uint32_t */
#include <netinet/in.h> /* in_addr */