From d24042f0bb361f00b0b157d1054845659781d8c7 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 19 Apr 2006 01:56:10 +0000 Subject: [PATCH] Update now that if_ether.h has moved. --- src/core/vsprintf.c | 2 +- src/include/gpxe/in.h | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/core/vsprintf.c b/src/core/vsprintf.c index 83a494a6..e3ff7d9d 100644 --- a/src/core/vsprintf.c +++ b/src/core/vsprintf.c @@ -1,5 +1,5 @@ #include -#include "if_ether.h" /* for ETH_ALEN */ +#include /* for ETH_ALEN */ #include "limits.h" /* for CHAR_BIT */ #include "console.h" #include "errno.h" diff --git a/src/include/gpxe/in.h b/src/include/gpxe/in.h index 2581eda5..e1bdde93 100644 --- a/src/include/gpxe/in.h +++ b/src/include/gpxe/in.h @@ -1,11 +1,7 @@ #ifndef _IN_H #define _IN_H -#include "stdint.h" -#include -#define IP ETH_P_IP -#define ARP ETH_P_ARP -#define RARP ETH_P_RARP +#include #define IP_ICMP 1 #define IP_IGMP 2