From 8b68d87ded16c7d100748ee2bf2156e19f99da6e Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 27 May 1994 01:02:14 +0000 Subject: [PATCH] put linux ioctls in sys-linux.c --- pppd/main.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pppd/main.c b/pppd/main.c index 5fd465c..1e1397e 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: main.c,v 1.12 1994/05/26 06:36:22 paulus Exp $"; +static char rcsid[] = "$Id: main.c,v 1.13 1994/05/27 01:02:14 paulus Exp $"; #endif #define SETSID @@ -466,13 +466,6 @@ main(argc, argv) #ifdef _linux_ /* This is a kludge for Linux. FIXME !!! -- later. */ #undef FASYNC #define FASYNC 0 - { - int sig = SIGIO; - if (ioctl(fd, PPPIOCSINPSIG, &sig) == -1) { - syslog(LOG_ERR, "ioctl(PPPIOCSINPSIG): %m"); - die(1); - } - } #endif if (fcntl(fd, F_SETFL, FNDELAY | FASYNC) == -1) { -- 2.39.2