Add copyright statement.

2005-11-04  Soren Sandmann  <sandmann@redhat.com>

        * collector.[ch]: Add copyright statement.

        * collector.c (on_read): Handle time getting set backwards.

        * collector.c: Remove unused empty_filedescriptor() function.
This commit is contained in:
Soren Sandmann
2005-11-05 04:58:16 +00:00
committed by Søren Sandmann Pedersen
parent 5bddcf4af9
commit cf761a2a70
6 changed files with 58 additions and 31 deletions

View File

@ -251,7 +251,7 @@ static int timer_notify (struct pt_regs *regs)
i = 0;
if (!is_user)
{
trace->addresses[i++] = 0x01;
trace->addresses[i++] = (void *)0x01;
regs = (void *)current->thread.esp0 - sizeof (struct pt_regs);
}