From: Kevin Paul Herbert Date: Thu, 4 Feb 2016 05:04:17 +0000 (-0800) Subject: p1.c: Remove log() symbol X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=31a879ae21209676521cea407e11ebb918bef774;p=vpp.git p1.c: Remove log() symbol This symbol is defined in the math library, and is a compiler built-in. Plug-ins that need it should link with -lm. Change-Id: I967c87ccea0e762b68ca59cfaa460f3d6e534a59 Signed-off-by: Kevin Paul Herbert --- diff --git a/vnet/vnet/plugin/p1.c b/vnet/vnet/plugin/p1.c index 08f00e8d4a1..853480dd423 100644 --- a/vnet/vnet/plugin/p1.c +++ b/vnet/vnet/plugin/p1.c @@ -79,7 +79,6 @@ _(pg_stream_del) \ _(pg_stream_enable_disable) \ _(pg_main) \ _(ip_main) \ -_(log) \ _(unformat_pg_edit) \ _(unformat_tcp_udp_port) \ _(unformat_pg_number) \