diff options
| author | Michael Brown | 2006-04-19 03:56:10 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-04-19 03:56:10 +0200 |
| commit | d24042f0bb361f00b0b157d1054845659781d8c7 (patch) | |
| tree | 3d9ad073766e2dc9919ce932b2650e9c24915926 | |
| parent | Added ENOENT and EAFNOSUPPORT (diff) | |
| download | ipxe-d24042f0bb361f00b0b157d1054845659781d8c7.tar.gz ipxe-d24042f0bb361f00b0b157d1054845659781d8c7.tar.xz ipxe-d24042f0bb361f00b0b157d1054845659781d8c7.zip | |
Update now that if_ether.h has moved.
| -rw-r--r-- | src/core/vsprintf.c | 2 | ||||
| -rw-r--r-- | 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 83a494a66..e3ff7d9d1 100644 --- a/src/core/vsprintf.c +++ b/src/core/vsprintf.c @@ -1,5 +1,5 @@ #include <stdarg.h> -#include "if_ether.h" /* for ETH_ALEN */ +#include <gpxe/if_ether.h> /* 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 2581eda5d..e1bdde931 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 <if_ether.h> -#define IP ETH_P_IP -#define ARP ETH_P_ARP -#define RARP ETH_P_RARP +#include <stdint.h> #define IP_ICMP 1 #define IP_IGMP 2 |
