15 lines
345 B
C
15 lines
345 B
C
#ifndef lint
|
|
static char sccsid[] = "@(#)init_dbx.c 1.1 94/10/31 Copyr 1985 Sun Micro";
|
|
#endif
|
|
|
|
/*
|
|
* This file is compiled using the "-g" flag to generate the
|
|
* minimum required structure information which is required by
|
|
* dbx with the -k flag.
|
|
*/
|
|
|
|
#include <sys/param.h>
|
|
#include <sys/user.h>
|
|
#include <sys/proc.h>
|
|
#include <machine/pte.h>
|