typo in the !privsep path, from David Coppa (dcoppa at mail dot com);
thanks. ok matthieu@
This commit is contained in:
parent
ed29ebe53b
commit
dc5950e7a9
@ -283,7 +283,7 @@ static int drmOpenDevice(long dev, int minor, int type)
|
||||
}
|
||||
|
||||
#ifndef X_PRIVSEP
|
||||
fb = open(buf, O_RDWR, 0);
|
||||
fd = open(buf, O_RDWR, 0);
|
||||
#else
|
||||
fd = priv_open_device(buf);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user