diff options
Diffstat (limited to 'sys/nfsserver')
-rw-r--r-- | sys/nfsserver/nfs_serv.c | 4 | ||||
-rw-r--r-- | sys/nfsserver/nfs_srvsubs.c | 5 | ||||
-rw-r--r-- | sys/nfsserver/nfs_syscalls.c | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c index 4bcca7dd5039..8f8b06cb928d 100644 --- a/sys/nfsserver/nfs_serv.c +++ b/sys/nfsserver/nfs_serv.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94 - * $Id: nfs_serv.c,v 1.54 1997/12/29 00:23:34 dyson Exp $ + * $Id: nfs_serv.c,v 1.55 1998/01/31 11:56:14 dyson Exp $ */ /* @@ -57,6 +57,8 @@ * most version 3 rpcs return more than the status for error cases. */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index 159f7e0b335d..6e62e8fab806 100644 --- a/sys/nfsserver/nfs_srvsubs.c +++ b/sys/nfsserver/nfs_srvsubs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_subs.c,v 1.48 1997/12/20 00:25:01 bde Exp $ + * $Id: nfs_subs.c,v 1.49 1997/12/27 02:56:35 bde Exp $ */ /* @@ -42,6 +42,9 @@ * the nfs op functions. They do things like create the rpc header and * copy data between mbuf chains and uio lists. */ + +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/buf.h> #include <sys/proc.h> diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c index 1624b6343259..9f5ba2ab388d 100644 --- a/sys/nfsserver/nfs_syscalls.c +++ b/sys/nfsserver/nfs_syscalls.c @@ -34,9 +34,11 @@ * SUCH DAMAGE. * * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95 - * $Id: nfs_syscalls.c,v 1.32 1997/11/07 08:53:25 phk Exp $ + * $Id: nfs_syscalls.c,v 1.33 1997/11/24 14:18:00 bde Exp $ */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/sysproto.h> |