]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Moved declaration of `union nethostadr' outside of the KERNEL section,
authorbde <bde@FreeBSD.org>
Sun, 1 Feb 1998 21:23:29 +0000 (21:23 +0000)
committerbde <bde@FreeBSD.org>
Sun, 1 Feb 1998 21:23:29 +0000 (21:23 +0000)
commita1f8745634886199dde3f3fab1edef92c32f3d99
treed977aceceec8e8853d1562e57c911d79f7dad3b0
parent446b81e75dc2e9074c68c215520f545863d0e0a1
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.
sys/nfs/nfs.h
sys/nfsclient/nfs.h
sys/nfsclient/nfsargs.h
sys/nfsclient/nfsstats.h
sys/nfsserver/nfs.h
sys/nfsserver/nfsrvstats.h