git: Merge <machine/uvparam.h> into <time.h> and remove it.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Apr 29 09:28:48 PDT 2013


commit 881c84270c81e7e2d26f277199f7712b645921f4
Author: Sascha Wildner <saw at online.de>
Date:   Mon Apr 29 18:23:11 2013 +0200

    Merge <machine/uvparam.h> into <time.h> and remove it.
    
    Its only purpose was to define separate CLK_TCK and CLOCKS_PER_SEC per
    platform, all of which were 128. It also was missing for vkernel64
    architecture.
    
    FreeBSD has since merged it into <time.h>, too.

Summary of changes:
 Makefile_upgrade.inc                   |  1 +
 include/time.h                         |  5 ++-
 sys/platform/pc32/include/uvparam.h    | 59 ----------------------------------
 sys/platform/pc64/include/uvparam.h    | 51 -----------------------------
 sys/platform/vkernel/include/uvparam.h | 59 ----------------------------------
 5 files changed, 3 insertions(+), 172 deletions(-)
 delete mode 100644 sys/platform/pc32/include/uvparam.h
 delete mode 100644 sys/platform/pc64/include/uvparam.h
 delete mode 100644 sys/platform/vkernel/include/uvparam.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/881c84270c81e7e2d26f277199f7712b645921f4


-- 
DragonFly BSD source repository



More information about the Commits mailing list