K 10 svn:author V 2 ed K 8 svn:date V 27 2009-03-01T17:44:31.056204Z K 7 svn:log V 351 Hide __restrict from lint, just like we do with other keywords. Unlike GCC, LLVM defines __STDC_VERSION__ to 199901L by default. This means `restrict' keywords in files end up being given to lint, which results in errors during compilation of usr.bin/xlint. Other keywords are also expanded to nothing when using lint, so do the same with restrict. END