summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/run/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-02-05 05:19:57 +0000
committerrillig <rillig@NetBSD.org>2021-02-05 05:19:57 +0000
commit9103ec29f2f3ec29d77784caf95c7f280cd6a930 (patch)
treeaaf70d8abef57065091ef61a5d8b3604f0090a14 /sys/dev/microcode/run/Makefile
parent8b44bc17222fda3c42c636936fb1d2662524446a (diff)
make: rename remaining ctx to scope
One less small inconsistency. Everywhere else, that variable had been named ctxt, not ctx.
Diffstat (limited to 'sys/dev/microcode/run/Makefile')
0 files changed, 0 insertions, 0 deletions
logmsg'> Compare fp with stdin not fileno(fp) with STDIN_FILENO, because if tail is called with 0 closed, then we are not going to be setting event filters for the file because we'll erroneously think it is stdin. 2014-06-15Fix -f description: it is also ignored if stdin is a FIFO.wiz From Philip Guenther via jmc@openbsd. Bump date. 2013-10-18fix unused variable warningschristos 2013-01-31Add comma after i.e.wiz From Bug Hunting. 2011-09-03minor knf, no functional change.christos 2011-09-03leave the original errno as it was. don't report EFBIG on all mmap failures.christos 2011-09-03Instead of declaring our own err() which is different than the standard one,christos and using it incorrectly in a few places because of confusion (does it print errno or not?), declare two versions following the standard ones xerrx and, xerr, and use those as appropriate, implementing them using them vwarn and vwarnx. 2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare)lukem XXX: need a "cleaner" way to do the check in reverse.c, as a general rule 2008-09-30Use off_t, not __off_t.dholland 2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem Tweak to use a consistent format. 2008-02-04PR/37954: Thomas Klausner: "tail -c 2" broken.christos It is not tail -c 2 but most of tail -c <n> with pipes. Fix by Anon Ymous 2006-05-24Coverity CID 3204: The USE_SLEEP case can close the fp, and break doeschristos not break from the loop, only from the switch. Make it break from the loop to avoid a NULL pointer dereference. 2006-04-30Coverity CID 2986: Free lines before returning.christos 2006-04-09Coverity CID 1563: Fix memory leak.christos 2006-04-09Duh fixed error printing.christos 2006-04-09Coverity CID 1580: Plug memory leak.christos 2005-06-05appease gcc -Wuninitialized on hp700.chs 2005-06-02appease gcc -Wuninitializedlukem 2004-02-16do not use long for file offset, use off_t. otto@openbsditojun 2003-10-16safer use of reallocitojun