]> git.proxmox.com Git - mirror_edk2.git/commit
StdLib/BsdSocketLib: Fix function declaration mismatch with definition.
authorBruce Cran <bruce.cran@gmail.com>
Tue, 2 Dec 2014 21:30:41 +0000 (21:30 +0000)
committerdarylm503 <darylm503@Edk2>
Tue, 2 Dec 2014 21:30:41 +0000 (21:30 +0000)
commit2aa580be6549536d7a6c57f73f928a69124fe679
tree9d24166b671237fd84e6b3b1fe8ec112ecbd755d
parentb8ff0f16d9a01be8b972f3ea78bc64459d0ad6ba
StdLib/BsdSocketLib: Fix function declaration mismatch with definition.

Replace the existing old-style function declarations for Field, cvtbase and spectHex in BsdSocketLib with real prototypes.  This allows StdLib to build using the GCC48 toolchain.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bruce Cran <bruce.cran@gmail.com>
Reviewed-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16467 6f19259b-4bc3-4df7-8a09-765794883524
StdLib/BsdSocketLib/ns_addr.c
StdLib/BsdSocketLib/ns_ntoa.c