gcore(1) apparently still cares about a.out core dumps, so it still
needs to know that a 1-page U area is part of the dump format. Reviewed by: arch@
This commit is contained in:
parent
7bca424317
commit
6aebc04f23
@ -82,6 +82,8 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
#define UAREA_PAGES 1
|
||||
|
||||
static void datadump(int, int, struct kinfo_proc *, u_long, int);
|
||||
static void userdump(int, struct kinfo_proc *, u_long, int);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user