Re: [util-linux] Re: devfs + xinit Authentication error

From: Andries.Brouwer@cwi.nl
Date: Thu Mar 02 2000 - 18:50:17 EST


- if ((tty = rindex(ttyn, '/')))
- ++tty;
- else
+ if (strncmp(ttyn, "/dev/", 5))
       tty = ttyn;
+ else
+ tty = ttyn+5;

Thanks! Applied
Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:13 EST