git: lib/libstand: Remove special lib/libstand/machine headers.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Tue Mar 1 14:57:16 PST 2016


commit 5a6cf1bb53c8beb49e681751a80b27db2970f5bf
Author: Imre Vadasz <imre at vdsz.com>
Date:   Mon Feb 29 21:14:44 2016 +0100

    lib/libstand: Remove special lib/libstand/machine headers.
    
    * stdarg.h was identical
    
    * stdint.h stuff was already included in sys/cpu/x86_64/include/stdint.h.
    
    * endian.h is obsoleted by the sys/cpu/x86_64/include/endian.h.
    
    * Added #ifdef-s to sys/cpu/x86_64/include/asm.h to handle the __i386__
      case.
    
    * No need for CFLAGS+= -I${.CURDIR} in lib/libstand/Makefile anymore.

Summary of changes:
 lib/libstand/Makefile         |   4 --
 lib/libstand/machine/asm.h    |  96 -------------------------
 lib/libstand/machine/endian.h | 163 ------------------------------------------
 lib/libstand/machine/stdarg.h |  80 ---------------------
 lib/libstand/machine/stdint.h | 134 ----------------------------------
 sys/cpu/x86_64/include/asm.h  |  31 ++++++++
 6 files changed, 31 insertions(+), 477 deletions(-)
 delete mode 100644 lib/libstand/machine/asm.h
 delete mode 100644 lib/libstand/machine/endian.h
 delete mode 100644 lib/libstand/machine/stdarg.h
 delete mode 100644 lib/libstand/machine/stdint.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5a6cf1bb53c8beb49e681751a80b27db2970f5bf


-- 
DragonFly BSD source repository



More information about the Commits mailing list