[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tyndur-devel] [PATCH 3/5] tcpip: Include-Guard gefixt
! tcpip: #ifdef und #define sollten im Idealfall zusammenpassen...
Signed-off-by: Kevin Wolf <kevin@xxxxxxxxxx>
---
src/modules/tcpip/include/ip.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/modules/tcpip/include/ip.h b/src/modules/tcpip/include/ip.h
index 3934689..f7169c2 100644
--- a/src/modules/tcpip/include/ip.h
+++ b/src/modules/tcpip/include/ip.h
@@ -33,8 +33,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _IP_H__
-#define _IP_H
+#ifndef IP_H
+#define IP_H
#include <stdint.h>
#include <stdbool.h>
--
1.6.0.2