remove stupid misadvice

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12065 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-03-25 06:40:04 +00:00
parent bfc0ecf9fa
commit 70d700b8cd
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){
{
// seteuid(0); /* Can't hurt to try to get root here */
if ((rtc_fd = open("/dev/rtc", O_RDONLY)) < 0)
mp_msg(MSGT_CPLAYER, MSGL_WARN, "Failed to open /dev/rtc: %s (mplayer should be setuid root or /dev/rtc should be readable by the user.)\n", strerror(errno));
mp_msg(MSGT_CPLAYER, MSGL_WARN, "Failed to open /dev/rtc: %s (/dev/rtc should be readable by the user.)\n", strerror(errno));
else {
unsigned long irqp = 1024; /* 512 seemed OK. 128 is jerky. */