mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +03:00
Merge branch 'symcheck2'
This commit is contained in:
@@ -65,8 +65,9 @@ ndp_find_entry ( struct in6_addr *in6 ) {
|
||||
* @v ll_addr Link-layer address
|
||||
* @v state State of the entry - one of the NDP_STATE_XXX values
|
||||
*/
|
||||
void add_ndp_entry ( struct net_device *netdev, struct in6_addr *in6,
|
||||
void *ll_addr, int state ) {
|
||||
static void
|
||||
add_ndp_entry ( struct net_device *netdev, struct in6_addr *in6,
|
||||
void *ll_addr, int state ) {
|
||||
struct ndp_entry *ndp;
|
||||
ndp = &ndp_table[next_new_ndp_entry++ % NUM_NDP_ENTRIES];
|
||||
|
||||
|
||||
@@ -465,7 +465,7 @@ static struct xfer_interface_operations http_xfer_operations = {
|
||||
* @v uri Uniform Resource Identifier
|
||||
* @ret rc Return status code
|
||||
*/
|
||||
int http_open ( struct xfer_interface *xfer, struct uri *uri ) {
|
||||
static int http_open ( struct xfer_interface *xfer, struct uri *uri ) {
|
||||
struct http_request *http;
|
||||
struct sockaddr_tcpip server;
|
||||
int rc;
|
||||
|
||||
Reference in New Issue
Block a user