Date: Thu, 31 Jan 2002 23:46:11 -0500 From: Garance A Drosihn <drosih@rpi.edu> To: "M. Warner Losh" <imp@village.org>, arch@FreeBSD.ORG Subject: Re: Bin diffs Message-ID: <p0510140db87fcc2159b5@[128.113.24.47]> In-Reply-To: <20020131.200942.41874592.imp@village.org> References: <20020131.200942.41874592.imp@village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 8:09 PM -0700 1/31/02, M. Warner Losh wrote: >OK. Here's my first round of diffs. > [...] > >o Some general fussiness that I couldn't help myself on. > >Comments? In the area of generally fussiness... You can't necessarily see it in the diff, but the prototype sections in different files have different ideas for tabbing. For instance, the new prototypes in +++ cat/cat.c +static void raw_cat(int); (ie, no tabs at all) +++ chio/chio.c +static void cleanup(void); (first word, <tab>, remainder of prototype) +++ dd/args.c +static int c_arg(const void *, const void *); (all words describing the return value, <tab>, remainder) -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p0510140db87fcc2159b5>