diff options
Diffstat (limited to 'sys/nfs')
| -rw-r--r-- | sys/nfs/nfs_bio.c | 3 | ||||
| -rw-r--r-- | sys/nfs/nfs_common.c | 5 | ||||
| -rw-r--r-- | sys/nfs/nfs_serv.c | 4 | ||||
| -rw-r--r-- | sys/nfs/nfs_subs.c | 5 | ||||
| -rw-r--r-- | sys/nfs/nfs_syscalls.c | 4 | ||||
| -rw-r--r-- | sys/nfs/nfs_vnops.c | 3 |
6 files changed, 18 insertions, 6 deletions
diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index a9c5c43df9ae..add9da4054c8 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -34,9 +34,10 @@ * SUCH DAMAGE. * * @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95 - * $Id: nfs_bio.c,v 1.47 1998/01/25 06:24:09 dyson Exp $ + * $Id: nfs_bio.c,v 1.48 1998/01/31 01:27:18 tegge Exp $ */ +#include "opt_diagnostic.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index 159f7e0b335d..6e62e8fab806 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.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/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index 4bcca7dd5039..8f8b06cb928d 100644 --- a/sys/nfs/nfs_serv.c +++ b/sys/nfs/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/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index 159f7e0b335d..6e62e8fab806 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.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/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c index 1624b6343259..9f5ba2ab388d 100644 --- a/sys/nfs/nfs_syscalls.c +++ b/sys/nfs/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> diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index 51cd281a138b..4a3fad7a7d51 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vnops.c 8.16 (Berkeley) 5/27/95 - * $Id: nfs_vnops.c,v 1.75 1998/01/08 23:42:03 eivind Exp $ + * $Id: nfs_vnops.c,v 1.76 1998/01/25 06:14:26 dyson Exp $ */ @@ -42,6 +42,7 @@ * vnode op calls for Sun NFS version 2 and 3 */ +#include "opt_diagnostic.h" #include "opt_inet.h" #include <sys/param.h> |
