diff options
author | Michele Calgaro <[email protected]> | 2025-01-12 15:16:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-12 18:37:25 +0900 |
commit | 50da92376284f30d95e18960d2b24c49901fb10d (patch) | |
tree | dbc6cc9737999dd7817dfe9f0a0adcff85c6d574 /lanbrowsing/lisa/netscanner.cpp | |
parent | c77ed9a0aa7375fb44241916d4a691b218a09dac (diff) | |
download | tdenetwork-50da92376284f30d95e18960d2b24c49901fb10d.tar.gz tdenetwork-50da92376284f30d95e18960d2b24c49901fb10d.zip |
Remove support for OSF
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lanbrowsing/lisa/netscanner.cpp')
-rw-r--r-- | lanbrowsing/lisa/netscanner.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lanbrowsing/lisa/netscanner.cpp b/lanbrowsing/lisa/netscanner.cpp index acf0515c..232b4f2b 100644 --- a/lanbrowsing/lisa/netscanner.cpp +++ b/lanbrowsing/lisa/netscanner.cpp @@ -38,16 +38,6 @@ #include <stdio.h> #include <sys/socket.h> #include <sys/types.h> -#ifdef __osf__ -#undef BYTE_ORDER -#define _OSF_SOURCE -#undef _MACHINE_ENDIAN_H_ -#undef __STDC__ -#define __STDC__ 0 -#include <netinet/ip.h> -#undef __STDC__ -#define __STDC__ 1 -#endif #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_icmp.h> |