Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/freebsd Add opt_compat_netbsd.h because we need i...



details:   https://anonhg.NetBSD.org/src/rev/44768d593539
branches:  trunk
changeset: 566486:44768d593539
user:      christos <christos%NetBSD.org@localhost>
date:      Mon May 10 20:27:42 2004 +0000

description:
Add opt_compat_netbsd.h because we need it for COMPAT_20; pointed out
by Jonathan Stone.

diffstat:

 sys/compat/freebsd/syscalls.master |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1e609ebcba47 -r 44768d593539 sys/compat/freebsd/syscalls.master
--- a/sys/compat/freebsd/syscalls.master        Mon May 10 19:59:59 2004 +0000
+++ b/sys/compat/freebsd/syscalls.master        Mon May 10 20:27:42 2004 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index