Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2008 17:53:01 +0200
From:      "Diego Depaoli" <trebestie@gmail.com>
To:        "Stefan Ehmann" <shoesoft@gmx.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Today build breaks nvidia driver
Message-ID:  <83e5fb980809200853s2e1bbb19i7c0821776936ab46@mail.gmail.com>
In-Reply-To: <200809201237.48903.shoesoft@gmx.net>
References:  <83e5fb980809200158h4650ad2ci55883ef93e69d1d8@mail.gmail.com> <200809201237.48903.shoesoft@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
2008/9/20 Stefan Ehmann <shoesoft@gmx.net>:
> On Saturday 20 September 2008 10:58:49 Diego Depaoli wrote:
>> Hi all,
>> I've some trouble building nvidia driver after today world/kernel.
>
>> cc1: warnings being treated as errors
>> nvidia_os.c: In function 'os_is_administrator':
>> nvidia_os.c:168: warning: implicit declaration of function 'suser'
>> nvidia_os.c:168: warning: nested extern declaration of 'suser'
>> *** Error code 1
>
> Ran across this problem yesterday:
>
> As a quick hack you can change one line in nvidia_os.c:
>
>  BOOL NV_API_CALL os_is_administrator(PHWINFO pDev)
>  {
> -    return suser(CURTHREAD) ? FALSE : TRUE;
> +    return priv_check(CURTHREAD, PRIV_DRIVER) ? FALSE : TRUE;
>  }

It works.
Many thanks

-- 
Diego Depaoli



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