DragonFly BSD
DragonFly commits List (threaded) for 2013-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 29 Apr 2013 09:28:48 -0700 (PDT)

commit 881c84270c81e7e2d26f277199f7712b645921f4
Author: Sascha Wildner <saw@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]