1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-30 05:24:26 +01:00

Fixed compilation issues triggered in GNU/kFreeBSD.

This commit is contained in:
Matias Fontanini
2013-04-22 23:48:53 -03:00
parent 9be4f0ca37
commit fdfb8b0dea
10 changed files with 31 additions and 29 deletions

View File

@@ -278,7 +278,7 @@ namespace Tins {
std::vector<int> _sockets;
#ifndef WIN32
#ifdef BSD
#if defined(BSD) || defined(__FreeBSD_kernel__)
typedef std::map<uint32_t, int> BSDEtherSockets;
BSDEtherSockets _ether_socket;
#else