On 2011-Nov-06 08:14:16 +0000, Ed Schouten <e...@freebsd.org> 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 6 08:14:09 2011 (r227155) >+++ head/usr.bin/cmp/extern.h Sun Nov 6 08:14:16 2011 (r227156) >@@ -42,4 +42,4 @@ void c_special(int, const char *, off_t, > void diffmsg(const char *, const char *, off_t, off_t); > void eofmsg(const char *); > >-extern int lflag, sflag, xflag; >+extern int lflag, sflag, xflag, zflag;
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. -- Peter Jeremy
pgpuH8LPxKoLE.pgp
Description: PGP signature