Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2001 14:19:55 +0000
From:      j mckitrick <jcm@FreeBSD-uk.eu.org>
To:        Alexander Langer <alex@big.endian.de>, Stephen McKay <mckay@thehub.com.au>, chat@freebsd.org
Subject:   Re: good example kernel code
Message-ID:  <20010124141955.A17005@dogma.freebsd-uk.eu.org>
In-Reply-To: <20010124124143.A14098@cichlids.cichlids.com>; from alex@big.endian.de on Wed, Jan 24, 2001 at 12:41:43PM %2B0100
References:  <20010124122137.A13335@cichlids.cichlids.com> <Pine.GSO.4.21.0101240625560.14282-100000@zippy.shellyeah.org> <20010124124143.A14098@cichlids.cichlids.com>

next in thread | previous in thread | raw e-mail | index | archive | help
| I'd love sys/kern/subr_bus.c, if it didn't use four spaces for second
| level indents for functions, but indent the args to the opening
| paranthesis (as the ed drivers does, btw).

You mean like the old style function declarations?

foo(var1, var2)
	int var1,
	long var2
{
...
}

instead of

foo(int var1, int var2)
{
...
}




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010124141955.A17005>