git: kernel: Add prototypes for setjmp()/longjmp() to <sys/systm.h>.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Jul 31 12:20:20 PDT 2015


commit 09c0e0d6f451bfaea742911ffce426bdb4490894
Author: Sascha Wildner <saw at online.de>
Date:   Fri Jul 31 21:08:00 2015 +0200

    kernel: Add prototypes for setjmp()/longjmp() to <sys/systm.h>.
    
    Used by ddb and vinum. Remove the inclusion of the <setjmp.h> userspace
    header.

Summary of changes:
 sys/cpu/x86_64/misc/x86_64-gdbstub.c    | 2 +-
 sys/ddb/db_command.c                    | 3 +--
 sys/ddb/db_trap.c                       | 4 ++--
 sys/dev/raid/vinum/vinumext.h           | 3 ---
 sys/dev/raid/vinum/vinummemory.c        | 3 ---
 sys/platform/pc64/x86_64/db_interface.c | 2 +-
 sys/sys/systm.h                         | 3 +++
 7 files changed, 8 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/09c0e0d6f451bfaea742911ffce426bdb4490894


-- 
DragonFly BSD source repository



More information about the Commits mailing list