Don't include <sys/user.h> on NetBSD in GDB
This header in this context is freebsdism.
This commit is contained in:
parent
be56a00d11
commit
fc24321608
2
external/gpl3/gdb/dist/gdb/bsd-kvm.c
vendored
2
external/gpl3/gdb/dist/gdb/bsd-kvm.c
vendored
@ -37,7 +37,9 @@
|
||||
#include "readline/readline.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/proc.h>
|
||||
#if defined(__FreeBSD__)
|
||||
#include <sys/user.h>
|
||||
#endif
|
||||
|
||||
#include "bsd-kvm.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user