p1.c: Remove log() symbol 13/213/1
authorKevin Paul Herbert <kph@cisco.com>
Thu, 4 Feb 2016 05:04:17 +0000 (21:04 -0800)
committerKevin Paul Herbert <kph@cisco.com>
Thu, 4 Feb 2016 05:05:10 +0000 (21:05 -0800)
commit31a879ae21209676521cea407e11ebb918bef774
treef2da5e73e91239fb708429b1872e9274a5cb3bf2
parent1c11311b322ecf0b4bc88949f394922e9940ebb0
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 <kph@cisco.com>
vnet/vnet/plugin/p1.c