Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2009 20:50:21 -0400 (EDT)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        freebsd-current@freebsd.org
Subject:   sys/nfsserver/nfs_srvkrpc.c doesn't build with KGSSAPI
Message-ID:  <Pine.GSO.4.63.0905222047220.5285@muncher.cs.uoguelph.ca>

next in thread | raw e-mail | index | archive | help
I just noticed that sys/nfsserver/nfs_srvkrpc.c doesn't build when
options KGSSAPI is specified.

"hostname" is undefined

This appears to be because it is now inside:

#ifdef VIMAGE_GLOBALS
...
#endif
in sys/sys/kernel.h.

I figured I'd let someone more familiar with what VIMAGE_GLOBALS is used
for decide how best to fix this.

rick




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