From owner-cvs-all Sun Feb 1 13:23:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08593 for cvs-all-outgoing; Sun, 1 Feb 1998 13:23:46 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08562; Sun, 1 Feb 1998 13:23:41 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA29914; Sun, 1 Feb 1998 13:23:31 -0800 (PST) Date: Sun, 1 Feb 1998 13:23:31 -0800 (PST) Message-Id: <199802012123.NAA29914@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" bde 1998/02/01 13:23:31 PST Modified files: sys/nfs nfs.h Log: Moved declaration of `union nethostadr' outside of the KERNEL section, to give pollution compatible with . At least mount_nfs.c previously had to #define KERNEL before including to get this pollution, but this gave other pollution. Moved comment about NFSINT_SIGMASK to immediately before the code that it applies to. Revision Changes Path 1.33 +15 -15 src/sys/nfs/nfs.h