1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Compensate for header dethreading.

This commit is contained in:
Mark Murray 2001-05-01 09:24:15 +00:00
parent ec09ef4ff8
commit 82633431b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76176
9 changed files with 18 additions and 0 deletions

View File

@ -45,6 +45,8 @@ static const char rcsid[] =
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/user.h>
#include <sys/proc.h>
#include <sys/ioctl.h>

View File

@ -50,6 +50,8 @@ static const char rcsid[] =
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/user.h>
#include <sys/proc.h>
#include <sys/stat.h>

View File

@ -48,6 +48,8 @@ static const char rcsid[] =
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/user.h>
#include <sys/proc.h>
#define _KERNEL

View File

@ -41,6 +41,8 @@ static const char rcsid[] =
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/proc.h>

View File

@ -19,6 +19,8 @@ static const char rcsid[] =
#endif /* not lint */
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/conf.h>

View File

@ -50,6 +50,8 @@ static const char rcsid[] =
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/user.h>
#include <sys/proc.h>
#include <sys/stat.h>

View File

@ -49,6 +49,8 @@ static char sccsid[] = "@(#)kvm_proc.c 8.3 (Berkeley) 9/23/93";
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/user.h>
#include <sys/proc.h>
#include <sys/exec.h>

View File

@ -32,6 +32,8 @@
* $FreeBSD$
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/sysctl.h>

View File

@ -46,6 +46,8 @@
*
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/sysctl.h>
#include <sys/ioctl.h>
#include <sys/time.h>