Re: port_t again, sorry didn't type the whole thing.

Riley Williams (rhw@ps.cus.umist.ac.uk)
Sun, 24 May 1998 17:49:05 +0100 (BST)


Hi there.

>> check all the (million?) lines of .c files to make sure they use
>> the proper declaration.

> % cat `find /usr/src/linux-2.1.103/ -type f -name '*.c'`|wc -l
> 1118178

You forgot some. I don't have 2.1.103 so please try the following
command instead...

Q> cd /usr/src/linux-2.1.103
Q> cat `find . -type f -name '*.[ch]'` | wc -l

Best wishes from Riley.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu