mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The Linux emulator depends on SYSV IPC but doesn't actually reference
the options.
This commit is contained in:
parent
eb8421526c
commit
d90f925367
2 changed files with 6 additions and 2 deletions
|
|
@ -25,9 +25,11 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: linux_ipc.c,v 1.3 1995/12/15 05:07:20 peter Exp $
|
||||
* $Id: linux_ipc.c,v 1.4 1995/12/29 22:12:14 sos Exp $
|
||||
*/
|
||||
|
||||
#include "opt_sysvipc.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/sysproto.h>
|
||||
|
|
|
|||
|
|
@ -25,9 +25,11 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: linux_ipc.c,v 1.3 1995/12/15 05:07:20 peter Exp $
|
||||
* $Id: linux_ipc.c,v 1.4 1995/12/29 22:12:14 sos Exp $
|
||||
*/
|
||||
|
||||
#include "opt_sysvipc.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/sysproto.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue