summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-23 09:36:59 +0000
committerbde <bde@FreeBSD.org>1995-04-23 09:36:59 +0000
commit222122e04df9013eed172553dd80d6037e070594 (patch)
treecc34d1cd4ee6a9ccfea08dae103f2bc061a8ffc5 /sys/dev
parent6dce5d98db7437ba9acd674a416a840fb3bffd9f (diff)
downloadFreeBSD-src-222122e04df9013eed172553dd80d6037e070594.zip
FreeBSD-src-222122e04df9013eed172553dd80d6037e070594.tar.gz
Declare d_dump_t and d_mmap_t completely. Nothing depends on the
incomplete declarations here any more. Some things depend on incomplete declarations elsewhere. The `offset' arg to d_mmap_t is bogus (it is `int' but should be `vm_offset_t') but it is what the driver mmap functions actually accept, although they are passed a `vm_offset_t'. Function declararions in headers should always be complete to avoid warnings from `gcc -Wstrict-prototypes' for compiling modules that don't even use the offending declarations.
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud