Re: Profanity in the Linux Kernel?!?!?

Chuck Lever (cel@monkey.org)
Wed, 9 Jun 1999 15:44:34 -0400 (EDT)


On Wed, 9 Jun 1999, Alan Cox wrote:
> Anyway if it offends you the license allows you distribute your own
> 'fuck free linux' patch.

hee!

actually, this comment bothers me (occurs in fs/binfmt-aout.c):

if (N_MAGIC(ex) == NMAGIC) {
/* Fuck me plenty... */
error = do_brk(N_TXTADDR(ex), ex.a_text);
read_exec(bprm->dentry, fd_offset, (char *) N_TXTADDR(ex),
ex.a_text, 0);

not because of the profanity, but because it makes no sense.

- Chuck Lever

--
corporate:	<chuckl@netscape.com>
personal:	<chucklever@netscape.net> or <cel@monkey.org>

The Linux Scalability project: http://www.citi.umich.edu/projects/linux-scalability/

- 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/