Add opt_compat_netbsd.h because we need it for COMPAT_20; pointed out
by Jonathan Stone.
This commit is contained in:
parent
48c51a151e
commit
cec7684b79
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.44 2004/04/21 01:05:36 christos Exp $
|
||||
$NetBSD: syscalls.master,v 1.45 2004/05/10 20:27:42 christos Exp $
|
||||
|
||||
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
||||
|
@ -37,6 +37,7 @@
|
|||
#include "opt_ntp.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_posix.h"
|
||||
|
||||
#include "fs_lfs.h"
|
||||
|
|
Loading…
Reference in New Issue