git: kernel: Clean up a few headers a bit.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri May 22 01:26:41 PDT 2020


commit b5516a553a649d22c5fc69edf6d01122399d2529
Author: Sascha Wildner <saw at online.de>
Date:   Fri May 22 10:06:07 2020 +0200

    kernel: Clean up a few headers a bit.
    
    Remove 'extern' and parameter names from function prototypes.

Summary of changes:
 sys/cpu/x86_64/include/cpufunc.h           |   8 +-
 sys/cpu/x86_64/include/db_machdep.h        |   6 +-
 sys/cpu/x86_64/include/ieeefp.h            |  10 +-
 sys/cpu/x86_64/include/param.h             |   2 +-
 sys/platform/pc64/include/acpica_machdep.h |   4 +-
 sys/platform/pc64/include/md_var.h         |   2 +-
 sys/platform/pc64/include/pc/bios.h        |   3 +-
 sys/sys/alist.h                            |  17 ++--
 sys/sys/blist.h                            |  17 ++--
 sys/sys/domain.h                           |   3 +-
 sys/sys/event.h                            |  19 ++--
 sys/sys/eventhandler.h                     |  14 ++-
 sys/sys/file.h                             |  33 ++++---
 sys/sys/kernel.h                           |  10 +-
 sys/sys/link_elf.h                         |   2 +-
 sys/sys/linker.h                           |  12 +--
 sys/sys/memrange.h                         |  10 +-
 sys/sys/power.h                            |  10 +-
 sys/sys/proc.h                             |   2 +-
 sys/sys/thread.h                           | 141 ++++++++++++++---------------
 sys/sys/thread2.h                          |   2 +-
 sys/sys/usched.h                           |   2 +-
 sys/sys/vfs_quota.h                        |   4 +-
 23 files changed, 160 insertions(+), 173 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b5516a553a649d22c5fc69edf6d01122399d2529


-- 
DragonFly BSD source repository


More information about the Commits mailing list