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:
David Schultz 2004-11-20 02:30:02 +00:00
parent ab44ebf537
commit 6661339b82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137916

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