From owner-cvs-sys Sun Feb 1 13:24:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08635 for cvs-sys-outgoing; Sun, 1 Feb 1998 13:24:00 -0800 (PST) (envelope-from owner-cvs-sys) 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-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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