summaryrefslogtreecommitdiffstats
path: root/kppp/requester.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 15:16:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 18:37:43 +0900
commit3f993bfb287db2cbde5da756ef9e4d12fd785030 (patch)
treeb3f3f933db98373f47ad8c29bc5681fd35ee42f1 /kppp/requester.cpp
parent3bf388a077f654fd38d1967bb35ddd95808ea86c (diff)
downloadtdenetwork-3f993bfb.tar.gz
tdenetwork-3f993bfb.zip
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 50da92376284f30d95e18960d2b24c49901fb10d)
Diffstat (limited to 'kppp/requester.cpp')
-rw-r--r--kppp/requester.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/kppp/requester.cpp b/kppp/requester.cpp
index 016d72fa..04ddea22 100644
--- a/kppp/requester.cpp
+++ b/kppp/requester.cpp
@@ -26,11 +26,6 @@
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#ifdef __osf__
-#define _XOPEN_SOURCE_EXTENDED 1
-#endif
-
-
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
@@ -44,11 +39,6 @@
#include <errno.h>
#include <string.h>
-#ifdef __osf__
-#undef accept
-extern "C" unsigned int alarm(unsigned int);
-#endif
-
#ifdef _XPG4_2
extern "C" {
ssize_t sendmsg(int, const struct msghdr *, int);