Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 1998 13:23:31 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs.h
Message-ID:  <199802012123.NAA29914@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <nfs/nqfs.h>.  At least mount_nfs.c
  previously had to #define KERNEL before including <nfs/nfs.h> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802012123.NAA29914>