diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 15:16:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 18:37:43 +0900 |
| commit | 3f993bfb287db2cbde5da756ef9e4d12fd785030 (patch) | |
| tree | b3f3f933db98373f47ad8c29bc5681fd35ee42f1 /lanbrowsing | |
| parent | 3bf388a077f654fd38d1967bb35ddd95808ea86c (diff) | |
| download | tdenetwork-3f993bfb287db2cbde5da756ef9e4d12fd785030.tar.gz tdenetwork-3f993bfb287db2cbde5da756ef9e4d12fd785030.zip | |
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 50da92376284f30d95e18960d2b24c49901fb10d)
Diffstat (limited to 'lanbrowsing')
| -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> |
