Re: svn commit: r227156 - head/usr.bin/cmp

2011-11-06 Thread Ed Schouten
* Peter Jeremy , 2006 10:10: > That's an interesting spelling of "static". I presume this is a > general cleanup of identifier visibility to prevent unexpected > aliasing - in which case a more general log message may have nicer. Yes, sorry about that. When I read through the diff, I overlook

svn commit: r227156 - head/usr.bin/cmp

2011-11-06 Thread Ed Schouten
Author: ed Date: Sun Nov 6 08:14:16 2011 New Revision: 227156 URL: http://svn.freebsd.org/changeset/base/227156 Log: Add missing static keywords to cmp(1) Modified: head/usr.bin/cmp/extern.h Modified: head/usr.bin/cmp/extern.h

Re: svn commit: r227156 - head/usr.bin/cmp

2011-11-06 Thread Peter Jeremy
On 2011-Nov-06 08:14:16 +, Ed Schouten wrote: >Log: > Add missing static keywords to cmp(1) > >Modified: > head/usr.bin/cmp/extern.h > >Modified: head/usr.bin/cmp/extern.h >== >--- head/usr.bin/cmp/extern.h Sun Nov