git: Remove the <sys/syscall-hide.h> header file.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Nov 26 10:28:19 PST 2013


commit 948bb6a23548088615acb8d979b7aa5398b73f72
Author: Sascha Wildner <saw at online.de>
Date:   Tue Nov 26 19:24:37 2013 +0100

    Remove the <sys/syscall-hide.h> header file.
    
    Nothing includes it, nor are the HIDE_BSD() and HIDE_POSIX() macros
    actually defined anywhere.
    
    Also, remove support for the associated POSIX, BSD and NOHIDE keywords
    from the syscalls.master files. It makes the patch quite large due to
    touching most lines in the syscalls.master files but it results in
    zero changes in the generated files.

Summary of changes:
 Makefile_upgrade.inc                     |    1 +
 share/man/man9/syscall.9                 |    6 +-
 sys/emulation/linux/i386/syscalls.conf   |    2 -
 sys/emulation/linux/i386/syscalls.master |  687 ++++++++++---------
 sys/kern/Makefile.misc                   |    4 -
 sys/kern/makesyscalls.sh                 |   36 +-
 sys/kern/syscalls.master                 | 1078 +++++++++++++++---------------
 sys/sys/syscall-hide.h                   |  369 ----------
 test/debug/chkincludes                   |   11 -
 usr.bin/truss/i386.conf                  |    2 -
 usr.bin/truss/i386linux.conf             |    2 -
 11 files changed, 890 insertions(+), 1308 deletions(-)
 delete mode 100644 sys/sys/syscall-hide.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/948bb6a23548088615acb8d979b7aa5398b73f72


-- 
DragonFly BSD source repository



More information about the Commits mailing list