Defopt COMPAT_43
This commit is contained in:
parent
32b0dc0fbd
commit
b0b86b5b7f
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.20 1998/10/19 22:27:38 tron Exp $
|
||||
$NetBSD: syscalls.master,v 1.21 1998/12/10 17:03:19 christos Exp $
|
||||
|
||||
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
|||
#include "opt_ktrace.h"
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.18 1998/10/19 22:31:50 tron Exp $
|
||||
$NetBSD: syscalls.master,v 1.19 1998/12/10 17:03:19 christos Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
|||
; #include's are copied to the syscall names and switch definition files only.
|
||||
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.17 1998/10/19 22:34:49 tron Exp $
|
||||
$NetBSD: syscalls.master,v 1.18 1998/12/10 17:03:20 christos Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
|||
; #include's are copied to the syscall names and switch definition files only.
|
||||
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp $
|
||||
$NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp $
|
||||
|
||||
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
|
||||
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
@ -39,6 +39,7 @@
|
|||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_ntp.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.11 1998/07/01 00:41:36 thorpej Exp $
|
||||
$NetBSD: syscalls.master,v 1.12 1998/12/10 17:03:20 christos Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -31,6 +31,8 @@
|
|||
; #ifdef's, etc. may be included, and are copied to the output files.
|
||||
; #include's are copied to the syscall names and switch definition files only.
|
||||
|
||||
#include "opt_compat_43.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.4 1998/10/19 22:39:09 tron Exp $
|
||||
$NetBSD: syscalls.master,v 1.5 1998/12/10 17:03:20 christos Exp $
|
||||
|
||||
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
|
||||
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
@ -39,6 +39,7 @@
|
|||
#include "opt_compat_netbsd.h"
|
||||
#include "opt_ntp.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.48 1998/10/19 22:40:29 tron Exp $
|
||||
$NetBSD: syscalls.master,v 1.49 1998/12/10 17:03:20 christos Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include "opt_nfsserver.h"
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
|
||||
#include "fs_nfs.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.39 1998/11/28 21:53:02 christos Exp $
|
||||
$NetBSD: syscalls.master,v 1.40 1998/12/10 17:03:20 christos Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
|||
; #include's are copied to the syscall names and switch definition files only.
|
||||
|
||||
#include "opt_sysv.h"
|
||||
#include "opt_compat_43.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.27 1998/10/03 16:13:20 drochner Exp $
|
||||
$NetBSD: syscalls.master,v 1.28 1998/12/10 17:03:20 christos Exp $
|
||||
|
||||
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
|||
; #ifdef's, etc. may be included, and are copied to the output files.
|
||||
; #include's are copied to the syscall names and switch definition files only.
|
||||
|
||||
#include "opt_compat_43.h"
|
||||
#include "opt_nfsserver.h"
|
||||
|
||||
#include "fs_nfs.h"
|
||||
|
|
Loading…
Reference in New Issue