From a37f9619e56b405232d5dcd14116e716283c690b Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 5 Jan 1996 19:52:49 +0000 Subject: The Linux emulator depends on SYSV IPC but doesn't actually reference the options. --- sys/i386/linux/linux_ipc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/i386/linux') diff --git a/sys/i386/linux/linux_ipc.c b/sys/i386/linux/linux_ipc.c index 4973c8d..9d7a972 100644 --- a/sys/i386/linux/linux_ipc.c +++ b/sys/i386/linux/linux_ipc.c @@ -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 #include #include -- cgit v1.1