freebsd-current
[Prev] Thread [Next] | [Prev] Date [Next]
sys/nfsserver/nfs_srvkrpc.c doesn't build with KGSSAPI Rick Macklem Fri May 22 18:00:35 2009
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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
- sys/nfsserver/nfs_srvkrpc.c doesn't build with KGSSAPI Rick Macklem <=
- Re: sys/nfsserver/nfs_srvkrpc.c doesn't build with KGSSAPI Bjoern A. Zeeb