DragonFly BSD
DragonFly submit List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: ANSI-fy of ranlib, ruptime and rdist [patches]


From: Jeroen Ruigrok/asmodai <asmodai@xxxxxx>
Date: Fri, 23 Jul 2004 09:29:15 +0200

-On [20040722 23:12], Douwe Kiela (virtus@xxxxxxxxxx) wrote:
>http://virtus.ath.cx/dfbsd/ruptime.c.diff

I chose to use FreeBSD's v1.15.

Please do not mix white space and code changes in a diff.  I am still not
sure why you added newlines after the opening accolade of some functions.
Also, to proper use ANSI functions functions without any arguments should be
set to func(void), e.g. usage(void).  Also I used int main(int argc, char
*argv[]) instead of int main(int argc, char **argv), since the former is,
in my opinion, more easily read as being an array of pointers to char.

Thanks for the reminder and patch though. :)

-- 
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono
Free Tibet! http://www.savetibet.org/ | http://www.tibet.nu/
http://www.tendra.org/   | http://diary.in-nomine.org/
The Wheels of Life, they turn, ..., without me...



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]