Skip to content

Commit

Permalink
click: Enable building click.
Browse files Browse the repository at this point in the history
Not sure if it works, but at least it builds now.

Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Oct 3, 2011
1 parent 3f29f6e commit d295954
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion xorp/fea/data_plane/control_socket/click_socket.cc
Expand Up @@ -738,7 +738,6 @@ ClickSocket::mount_click_file_system(string& error_msg)
#ifdef HOST_OS_LINUX
ret_value = mount("none", _kernel_click_mount_directory.c_str(),
CLICK_FILE_SYSTEM_TYPE.c_str(), 0, 0);
#else // ! HOST_OS_LINUX
#elif defined(__NetBSD__) && __NetBSD_Version__ >= 499002400
ret_value = mount(CLICK_FILE_SYSTEM_TYPE.c_str(),
_kernel_click_mount_directory.c_str(), 0, 0, 0);
Expand Down
2 changes: 0 additions & 2 deletions xorp/fea/data_plane/ifconfig/ifconfig_set_click.cc
Expand Up @@ -282,8 +282,6 @@ IfConfigSetClick::config_vif_begin(const IfTreeInterface* pulled_ifp,
vifp->set_loopback(pulled_vifp->loopback());
vifp->set_point_to_point(pulled_vifp->point_to_point());
vifp->set_multicast(pulled_vifp->multicast());
vifp->set_vlan(pulled_vifp->is_vlan());
vifp->set_vlan_id(pulled_vifp->vlan_id());
}

return (XORP_OK);
Expand Down

0 comments on commit d295954

Please sign in to comment.