Changeset 5a2e9bbb in mainline for src/time/timeout.c


Ignore:
Timestamp:
2005-09-01T18:04:56Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
437e35a0
Parents:
60f6b7c
Message:

Missing ";" added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/time/timeout.c

    r60f6b7c r5a2e9bbb  
    3838#include <arch/asm.h>
    3939#include <arch.h>
     40#include <print.h>
    4041
    4142
     
    132133                l = l->next;
    133134        }
     135
    134136        m = l->prev;
    135137        list_prepend(&t->link, m); /* avoid using l->prev */
Note: See TracChangeset for help on using the changeset viewer.