On Wed, 20 Sep 2000, frank wrote: > ok: > switch(parity) { > case 'o': case 'O': > cflag |= PARODD; > cflag |= PARENB; can't you just do (PARODD|PARENB) instead? Also, producing diff -ur output makes it a lot easier to read, you know. Regards, Tigran - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- bug report frank
- Bug report Tigran Aivazian
- Bug report Anders S. Buch
- Re: Bug report Jens Axboe
- Bug report Craig Cummings
- Re: Bug report Tim Walberg