1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-23 01:49:53 +03:00

BridgeUnix.c: convert line endings from CRLF to LF

This commit is contained in:
Davide Beatrici 2018-09-18 01:32:01 +02:00
parent 93c962fb68
commit cb2aec1314

View File

@ -2066,9 +2066,6 @@ void EthPutPacket(ETH *e, void *data, UINT size)
Free(data); Free(data);
} }
// Open ETH by using IP raw packets // Open ETH by using IP raw packets
ETH *OpenEthLinuxIpRaw() ETH *OpenEthLinuxIpRaw()
{ {
@ -2806,5 +2803,3 @@ void EthPutPacketLinuxIpRaw(ETH *e, void *data, UINT size)
#endif // BRIDGE_C #endif // BRIDGE_C