Date: Wed, 1 Jul 2009 13:07:02 +0000 (UTC) From: Stanislav Sedov <stas@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/wake Makefile wake.c Message-ID: <200907011307.n61D7MXI007490@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stas 2009-07-01 13:07:02 UTC FreeBSD src repository Modified files: usr.sbin/wake Makefile wake.c Log: SVN rev 195237 on 2009-07-01 13:07:02Z by stas - Fix the bug in write(2) called with incorrect parameters resulting in writes always started from the start of the packet. - Fix usage string (multiple addresses can be specified). - Make the source more style(9) compliant. - Improve error reporting (do not silently fail if something goes wrong). - Make functions static. - Use warns level 6. Approved by: re (kib) Discussed with: Marc Balmer <marc@msys.ch>, brian, mbr Revision Changes Path 1.3 +1 -0 src/usr.sbin/wake/Makefile 1.2 +63 -52 src/usr.sbin/wake/wake.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907011307.n61D7MXI007490>