backout last

This commit is contained in:
Alexandre Ratchov 2012-10-05 17:59:32 +02:00
parent 283aab28b0
commit 2b5ee784cb
2 changed files with 1 additions and 5 deletions

View File

@ -442,12 +442,10 @@ filelist_init(void)
it.it_interval.tv_usec = TIMER_USEC;
it.it_value.tv_sec = 0;
it.it_value.tv_usec = TIMER_USEC;
#if 0
if (setitimer(ITIMER_REAL, &it, NULL) < 0) {
perror("setitimer");
exit(1);
}
#endif
timo_init();
log_sync = 0;
}

View File

@ -374,9 +374,7 @@ siofile_run(void *arg)
#ifdef DEBUG
if (!(f->events & POLLIN)) {
siofile_log(f);
log_puts(": recording, but POLLIN not set: ");
log_putx(f->events);
log_puts("\n");
log_puts(": recording, but POLLIN not set\n");
panic();
}
if (f->rused < d->round) {