Re: svn commit: r250037 - head/bin/hostname

2013-04-29 Thread Bruce Evans
On Mon, 29 Apr 2013, Ed Schouten wrote: 2013/4/29 Bruce Evans : - usr.bin/rlogin/rlogin.c has it in a gratuitously different form, as 'static _Noreturn voidusage(void);'. This is bogus since _Noreturn is a wrapper for a new C++ feature I hate to correct you here, but _Noreturn is

Re: svn commit: r250037 - head/bin/hostname

2013-04-29 Thread Ed Schouten
Hi Bruce, 2013/4/29 Bruce Evans : > - usr.bin/rlogin/rlogin.c has it in a gratuitously different form, as > 'static _Noreturn voidusage(void);'. This is bogus since > _Noreturn is a wrapper for a new C++ feature I hate to correct you here, but _Noreturn is not a wrapper for a new C++

Re: svn commit: r250037 - head/bin/hostname

2013-04-29 Thread Bruce Evans
On Sun, 28 Apr 2013, Eitan Adler wrote: Log: Mark usage() __dead2 This just adds a style bug. Modified: head/bin/hostname/hostname.c == --- head/bin/hostname/hostname.cSun Apr 28 22:12:40 2013 (r2500

svn commit: r250037 - head/bin/hostname

2013-04-28 Thread Eitan Adler
Author: eadler Date: Sun Apr 28 22:52:43 2013 New Revision: 250037 URL: http://svnweb.freebsd.org/changeset/base/250037 Log: Mark usage() __dead2 Modified: head/bin/hostname/hostname.c Modified: head/bin/hostname/hostname.c