defopt NFSSERVER

This commit is contained in:
thorpej 1998-06-25 22:17:36 +00:00
parent 23e23646da
commit 6b781d156f
6 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.17 1998/06/25 21:17:39 thorpej Exp $
$NetBSD: syscalls.master,v 1.18 1998/06/25 22:18:32 thorpej Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -32,6 +32,7 @@
; #include's are copied to the syscall names and switch definition files only.
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "fs_lfs.h"
#include "fs_nfs.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: init_main.c,v 1.122 1998/03/30 06:18:05 mycroft Exp $ */
/* $NetBSD: init_main.c,v 1.123 1998/06/25 22:17:36 thorpej Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou. All rights reserved.
@ -42,6 +42,7 @@
*/
#include "fs_nfs.h"
#include "opt_nfsserver.h"
#include "opt_uvm.h"
#include "rnd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_time.c,v 1.33 1998/03/01 02:22:31 fvdl Exp $ */
/* $NetBSD: kern_time.c,v 1.34 1998/06/25 22:17:37 thorpej Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@ -36,6 +36,7 @@
*/
#include "fs_nfs.h"
#include "opt_nfsserver.h"
#include <sys/param.h>
#include <sys/resourcevar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_socket.c,v 1.43 1998/04/25 17:41:01 matt Exp $ */
/* $NetBSD: nfs_socket.c,v 1.44 1998/06/25 22:18:09 thorpej Exp $ */
/*
* Copyright (c) 1989, 1991, 1993, 1995
@ -43,6 +43,7 @@
*/
#include "fs_nfs.h"
#include "opt_nfsserver.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_subs.c,v 1.60 1998/06/24 20:58:46 sommerfe Exp $ */
/* $NetBSD: nfs_subs.c,v 1.61 1998/06/25 22:18:09 thorpej Exp $ */
/*
* Copyright (c) 1989, 1993
@ -39,6 +39,7 @@
*/
#include "fs_nfs.h"
#include "opt_nfsserver.h"
#include "opt_uvm.h"
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs_syscalls.c,v 1.29 1998/04/25 17:41:01 matt Exp $ */
/* $NetBSD: nfs_syscalls.c,v 1.30 1998/06/25 22:18:10 thorpej Exp $ */
/*
* Copyright (c) 1989, 1993
@ -39,6 +39,7 @@
*/
#include "fs_nfs.h"
#include "opt_nfsserver.h"
#include <sys/param.h>
#include <sys/systm.h>