typo in the !privsep path, from David Coppa (dcoppa at mail dot com);

thanks.

ok matthieu@
This commit is contained in:
oga 2009-12-09 16:57:37 +00:00
parent ed29ebe53b
commit dc5950e7a9

View File

@ -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