aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarty Connor <mdc@etherboot.org>2007-07-02 15:28:55 -0400
committerMarty Connor <mdc@etherboot.org>2007-07-02 15:28:55 -0400
commitef7f6e72a1dad23a43a4603c571b5465f6d85ae4 (patch)
tree3714f60e8538abcac82b8f55ea02a432207400c2 /src
parentbf871c4d03f1dd00a196e15df5267e8be0c8878c (diff)
downloadipxe-ef7f6e72a1dad23a43a4603c571b5465f6d85ae4.zip
ipxe-ef7f6e72a1dad23a43a4603c571b5465f6d85ae4.tar.gz
ipxe-ef7f6e72a1dad23a43a4603c571b5465f6d85ae4.tar.bz2
Warnings purge
Diffstat (limited to 'src')
-rw-r--r--src/include/gpxe/icmp6.h4
-rw-r--r--src/include/gpxe/ndp.h1
2 files changed, 2 insertions, 3 deletions
diff --git a/src/include/gpxe/icmp6.h b/src/include/gpxe/icmp6.h
index 3521036..76aaddf 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 e3711b5..2eae295 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,