From owner-freebsd-current@FreeBSD.ORG Sat Jun 13 00:13:25 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81016106566B for ; Sat, 13 Jun 2009 00:13:25 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from gritton.org (gritton.org [161.58.222.4]) by mx1.freebsd.org (Postfix) with ESMTP id 445058FC0A for ; Sat, 13 Jun 2009 00:13:25 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from glorfindel.gritton.org (c-76-27-80-223.hsd1.ut.comcast.net [76.27.80.223]) (authenticated bits=0) by gritton.org (8.13.6.20060614/8.13.6) with ESMTP id n5D0DNG4025413; Fri, 12 Jun 2009 18:13:24 -0600 (MDT) Message-ID: <4A32EF21.1060901@FreeBSD.org> Date: Fri, 12 Jun 2009 18:13:21 -0600 From: Jamie Gritton User-Agent: Thunderbird 2.0.0.19 (X11/20090220) MIME-Version: 1.0 To: Rick Macklem References: <20090611170448.M22887@maildrop.int.zabbadoz.net> <4A32AAB4.8010602@FreeBSD.org> <20090612192839.M22887@maildrop.int.zabbadoz.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.94.2/9462/Fri Jun 12 12:07:06 2009 on gritton.org X-Virus-Status: Clean Cc: freebsd-current@FreeBSD.org Subject: Re: kgssapi won't build, I need prison help X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2009 00:13:25 -0000 Rick Macklem wrote: > So, is getcredhostid(curthread->td_ucred) sound ok as a way to get it > working, at least for now? > > And is adding getcredhostid() a reasonable patch? > > Thanks for the help, rick Reasonable, and now patched. I added getcreddomainname and getcredhostuuid for completeness. - Jamie