Regen: defopt NFSSERVER

This commit is contained in:
thorpej 1998-06-25 22:20:04 +00:00
parent 5b34683734
commit bb13cd15fb
4 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscall.h,v 1.30 1998/02/19 03:34:20 thorpej Exp $ */
/* $NetBSD: ultrix_syscall.h,v 1.31 1998/06/25 22:20:04 thorpej Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscallargs.h,v 1.23 1998/02/19 03:34:20 thorpej Exp $ */
/* $NetBSD: ultrix_syscallargs.h,v 1.24 1998/06/25 22:20:04 thorpej Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_syscalls.c,v 1.28 1998/02/19 03:34:20 thorpej Exp $ */
/* $NetBSD: ultrix_syscalls.c,v 1.29 1998/06/25 22:20:04 thorpej Exp $ */
/*
* System call names.
@ -8,6 +8,7 @@
*/
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_nfsserver.h"
#include "fs_nfs.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ultrix_sysent.c,v 1.29 1998/02/19 03:34:20 thorpej Exp $ */
/* $NetBSD: ultrix_sysent.c,v 1.30 1998/06/25 22:20:05 thorpej Exp $ */
/*
* System call switch table.
@ -7,6 +7,7 @@
* created from NetBSD: syscalls.master,v 1.24 1998/02/19 00:46:02 thorpej Exp
*/
#include "opt_nfsserver.h"
#include "fs_nfs.h"
#include <sys/param.h>
#include <sys/systm.h>