Files
Arquivotheca.SunOS-4.1.4/sys/os/init_dbx.c
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

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>