Module Name:    src
Committed By:   rillig
Date:           Sun Jul  4 16:18:50 UTC 2021

Modified Files:
        src/lib/libc/include: namespace.h

Log Message:
libc: remove special handling for lint

In namespace.h 1.102 from 2005-07-16, the #ifndef was added to fix the
broken lint2 pass.  Somewhere between 2005 and now, lint has been
changed so that it does not need this workaround anymore.

After usr.bin/xlint/lint1/tree.c 1.303 from 2021-06-30, the #ifndef in
namespace.h caused the only warning about an implicit function
declaration in the whole NetBSD tree, in lib/libc/gen/sysconf.c:149,
where _getpagesize was not defined, but only getpagesize.


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/lib/libc/include/namespace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to