Compensate for dethreaded headers.

(I have no religion about how this was done. Follow-up commits welcome)
This commit is contained in:
Mark Murray 2001-05-01 09:02:06 +00:00
parent 6e547eabb8
commit 2888dd72bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76170
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
* Redistribution and use in source and binary forms are permitted
* provided that this notice is preserved and due credit is given
* to the original author and the contributors.
*
* $FreeBSD$
*/
#if !defined(lint)
static const char sccsid[] = "%W% %G% (C)1995 Darren Reed";
@ -16,6 +18,7 @@ static const char rcsid[] = "@(#)$Id: iptests.c,v 2.1 1999/08/04 17:31:09 darren
#include <sys/types.h>
#include <sys/time.h>
#include <sys/param.h>
#include <sys/lock.h>
#define _KERNEL
#define KERNEL
#if !defined(solaris) && !defined(linux) && !defined(__sgi)

View File

@ -19,6 +19,7 @@ static const char rcsid[] = "@(#)$Id: sock.c,v 2.1.4.1 2000/12/16 21:05:44 darre
#include <sys/types.h>
#include <sys/time.h>
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/stat.h>
#ifndef ultrix
#include <fcntl.h>