Compensate for header dethreading.

This commit is contained in:
Mark Murray 2001-05-01 08:46:02 +00:00
parent 325a83b456
commit 6e547eabb8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76169
9 changed files with 9 additions and 0 deletions

View file

@ -46,6 +46,7 @@ static const char rcsid[] =
#endif /* not lint */
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/time.h>
#include <sys/proc.h>
#include <sys/user.h>

View file

@ -57,6 +57,7 @@ static const char rcsid[] =
* contract BG 91-66 and contributed to Berkeley.
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/proc.h>

View file

@ -57,6 +57,7 @@ static const char rcsid[] =
* contract BG 91-66 and contributed to Berkeley.
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/proc.h>

View file

@ -29,6 +29,7 @@
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/stat.h>
#include <sys/user.h>
#include <sys/sysctl.h>

View file

@ -41,6 +41,7 @@ static const char rcsid[] =
#include <sys/param.h>
#include <sys/file.h>
#include <sys/lock.h>
#include <sys/user.h>
#include <sys/proc.h>
#include <sys/time.h>

View file

@ -43,6 +43,7 @@ static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93";
#include <sys/param.h>
#include <sys/dkstat.h>
#include <sys/lock.h>
#include <sys/time.h>
#include <sys/user.h>
#include <sys/sysctl.h>

View file

@ -28,6 +28,7 @@
#include <sys/types.h>
#include <sys/signal.h>
#include <sys/param.h>
#include <sys/lock.h>
#include "os.h"
#include <stdio.h>

View file

@ -40,6 +40,7 @@ static const char rcsid[] =
#endif /* not lint */
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/time.h>
#include <sys/user.h>

View file

@ -52,6 +52,7 @@ static const char rcsid[] =
*
*/
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/sysctl.h>