Date: Sat, 4 Oct 2003 08:17:08 -0700 (PDT) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/time time.c Message-ID: <200310041517.h94FH8wb003056@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2003/10/04 08:17:08 PDT FreeBSD src repository Modified files: usr.bin/time time.c Log: Assorted minor fixes, mostly style(9): - PID should be pid_t, not int; - sort #include's and local variables; - don't overuse initializers; - use warn(3) instead of perror(3) consistently; - amplify the comment on signals. Revision Changes Path 1.25 +16 -12 src/usr.bin/time/time.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310041517.h94FH8wb003056>