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:
das 2004-11-20 02:30:02 +00:00
parent 7bca424317
commit 6aebc04f23

View File

@ -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);