summaryrefslogtreecommitdiffstats
path: root/kppp/requester.cpp
diff options
context:
space:
mode:
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);