]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Warnings purge
authorMarty Connor <mdc@etherboot.org>
Mon, 2 Jul 2007 19:28:55 +0000 (15:28 -0400)
committerMarty Connor <mdc@etherboot.org>
Mon, 2 Jul 2007 19:28:55 +0000 (15:28 -0400)
src/include/gpxe/icmp6.h
src/include/gpxe/ndp.h

index 3521036476d6e14c4f78417db9b56ebdc3d48ce6..76aaddfe8a0546b9be0f623654f11b0f803f61ce 100644 (file)
@@ -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];
 };
 
index e3711b5da3a0d8129348de8567fe5469a98d243b..2eae2958ccc46feea1a0b4b432ebb667e4e61047 100644 (file)
@@ -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,