From ce9d4b0004c3fea0904bab65a5ace072a6692b75 Mon Sep 17 00:00:00 2001 From: yamt Date: Fri, 29 Dec 2006 13:05:48 +0000 Subject: [PATCH] remove nqnfs from comments. from Arnaud Lacombe. (no functional changes.) --- sys/arch/i386/stand/libsa/nfs.c | 4 ++-- sys/lib/libsa/nfs.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/i386/stand/libsa/nfs.c b/sys/arch/i386/stand/libsa/nfs.c index ccf9fc75ff43..1daf6cf54e17 100644 --- a/sys/arch/i386/stand/libsa/nfs.c +++ b/sys/arch/i386/stand/libsa/nfs.c @@ -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; diff --git a/sys/lib/libsa/nfs.c b/sys/lib/libsa/nfs.c index 0e6fbd7daa4f..63caa1fe812f 100644 --- a/sys/lib/libsa/nfs.c +++ b/sys/lib/libsa/nfs.c @@ -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;