diff options
| author | Marty Connor | 2007-07-02 21:28:55 +0200 |
|---|---|---|
| committer | Marty Connor | 2007-07-02 21:28:55 +0200 |
| commit | ef7f6e72a1dad23a43a4603c571b5465f6d85ae4 (patch) | |
| tree | 3714f60e8538abcac82b8f55ea02a432207400c2 /src | |
| parent | Warnings purge of src/core (diff) | |
| download | ipxe-ef7f6e72a1dad23a43a4603c571b5465f6d85ae4.tar.gz ipxe-ef7f6e72a1dad23a43a4603c571b5465f6d85ae4.tar.xz ipxe-ef7f6e72a1dad23a43a4603c571b5465f6d85ae4.zip | |
Warnings purge
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/gpxe/icmp6.h | 4 | ||||
| -rw-r--r-- | src/include/gpxe/ndp.h | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/include/gpxe/icmp6.h b/src/include/gpxe/icmp6.h index 352103647..76aaddfe8 100644 --- a/src/include/gpxe/icmp6.h +++ b/src/include/gpxe/icmp6.h @@ -32,7 +32,7 @@ struct neighbour_solicit { /* "Compulsory" options */ uint8_t opt_type; uint8_t opt_len; -#warning hack alert + /* FIXME: hack alert */ uint8_t opt_ll_addr[6]; }; @@ -45,7 +45,7 @@ struct neighbour_advert { struct in6_addr target; uint8_t opt_type; uint8_t opt_len; -#warning hack alert + /* FIXME: hack alert */ uint8_t opt_ll_addr[6]; }; diff --git a/src/include/gpxe/ndp.h b/src/include/gpxe/ndp.h index e3711b5da..2eae2958c 100644 --- a/src/include/gpxe/ndp.h +++ b/src/include/gpxe/ndp.h @@ -16,7 +16,6 @@ #define NDP_STATE_PROBE 4 #define NDP_STATE_STALE 5 -static struct ndp_entry * ndp_find_entry ( struct in6_addr *in6 ); int ndp_resolve ( struct net_device *netdev, struct in6_addr *src, struct in6_addr *dest, void *dest_ll_addr ); int ndp_process_advert ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src, |
