summaryrefslogtreecommitdiff
path: root/sys/modules/vio9p
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 /sys/modules/vio9p
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/modules/vio9p')
0 files changed, 0 insertions, 0 deletions
(i.e. doesmartin 2014-08-31Make this compile- and usable from userland as well.martin 2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind 2009-12-12Use time_t to calculate days and secs to avoid potential overflow.tsutsui 2009-12-12KNFtsutsui 2009-02-14convert to ANSI function prototypesperry 2005-12-11merge ktrace-lwp.christos 2005-02-04de-__Pperry 2004-12-29In clock_ymdhms_to_secs(), rather than returning rubbish when presented withbjh21 2003-08-13sys/types.h -> sys/param.h to get vax inlines correct.ragge 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2001-11-13add RCSIDslukem 2001-07-07bcopy -> memcpythorpej 2000-10-03Move #define POSIX_BASE_YEAR to clock_subr.h.tsutsui