remove nqnfs from comments. from Arnaud Lacombe.
(no functional changes.)
This commit is contained in:
parent
8657d4ffbb
commit
ce9d4b0004
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: nfs.c,v 1.12 2006/01/25 18:28:27 christos Exp $ */
|
||||
/* $NetBSD: nfs.c,v 1.13 2006/12/29 13:05:48 yamt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993 John Brezak
|
||||
|
@ -50,7 +50,7 @@
|
|||
#include "nfs.h"
|
||||
#include "rpc.h"
|
||||
|
||||
/* Define our own NFS attributes without NQNFS stuff. */
|
||||
/* Define our own NFS attributes. */
|
||||
struct nfsv2_fattrs {
|
||||
n_long fa_type;
|
||||
n_long fa_mode;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: nfs.c,v 1.39 2006/01/25 18:27:23 christos Exp $ */
|
||||
/* $NetBSD: nfs.c,v 1.40 2006/12/29 13:05:48 yamt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993 John Brezak
|
||||
|
@ -59,7 +59,7 @@
|
|||
#include "nfs.h"
|
||||
#include "rpc.h"
|
||||
|
||||
/* Define our own NFS attributes without NQNFS stuff. */
|
||||
/* Define our own NFS attributes */
|
||||
struct nfsv2_fattrs {
|
||||
n_long fa_type;
|
||||
n_long fa_mode;
|
||||
|
|
Loading…
Reference in New Issue