X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmain.c;h=1e1397e5505353f79bfba97228807e57c8fd3a1b;hp=5fd465c68361e9caaf659a964559fb5012f74f4c;hb=8b68d87ded16c7d100748ee2bf2156e19f99da6e;hpb=e3966b5c3bf3cd576332c3ca8f5d9087f54b9e34 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) {