summaryrefslogtreecommitdiff
path: root/usr.bin/whereis
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /usr.bin/whereis
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'usr.bin/whereis')
0 files changed, 0 insertions, 0 deletions
%d -> %zd for size_t printf formatjmcneill 2011-02-06- add support for using compressed images as splash imagesjmcneill 2010-02-22Restore splashscreen support with genfb.ahoka 2009-05-12struct device * -> device_t, no functional changes intended.cegger 2008-05-10Backout previous: the license sweep touched these files in error, somartin 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2006-10-29Inline UPDATE_INTERVAL macro, it's only used once. Per mrg@'s notefreza 2006-10-28Use curcpu() instead of referencing &cpu_info_primary (which is onlyfreza 2006-02-19Smaller NetBSD logo image, suitable for lower memory situations orjmcneill 2006-02-19alternative splashscreen image, from salo@macallan 2006-02-19use defparam for SPLASHSCREEN_IMAGEmacallan 2006-02-18Import splash screen support.jmcneill