Path to linux_machdep.h changed.

This commit is contained in:
erh 1998-10-01 04:36:05 +00:00
parent 6a0907d521
commit 8ada127535
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.11 1998/09/13 11:26:58 mycroft Exp $
# $NetBSD: genassym.cf,v 1.12 1998/10/01 04:36:05 erh Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -109,7 +109,7 @@ endif
ifdef COMPAT_LINUX
include <compat/linux/linux_signal.h>
include <machine/linux_machdep.h>
include <compat/linux/linux_machdep.h>
endif
ifdef COMPAT_FREEBSD