mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Compensate for dethreaded headers.
(I have no religion about how this was done. Follow-up commits welcome)
This commit is contained in:
parent
6e547eabb8
commit
2888dd72bf
2 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue