pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/56475: x11/xf86-video-xgi build fails on Linux with "open with O_CREAT or O_TMPFILE in second argument needs 3 arguments"



The following reply was made to PR pkg/56475; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/56475: x11/xf86-video-xgi build fails on Linux with "open
 with O_CREAT or O_TMPFILE in second argument needs 3 arguments"
Date: Fri, 21 Jan 2022 22:40:44 +0000

 On Fri, Oct 29, 2021 at 08:05:00PM +0000, cryintothebluesky%gmail.com@localhost wrote:
  > -        if ((fd = open("/dev/fb", 'r')) != -1) {
  > +        if ((fd = open("/dev/fb", O_RDONLY)) != -1) {
 
 o_O
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index