Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1286 → Rev 1287

/demos/trunk/first/rmstar.c
18,11 → 18,11
 
/**
------------
CVS : $Id: rmstar.c,v 1.4 2003-01-07 17:10:17 pj Exp $
CVS : $Id: rmstar.c,v 1.5 2003-12-17 13:52:46 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2003-01-07 17:10:17 $
Revision: $Revision: 1.5 $
Last update: $Date: 2003-12-17 13:52:46 $
------------
**/
 
52,7 → 52,6
#include <kernel/descr.h>
#include <kernel/var.h>
#include <kernel/func.h>
#include <kernel/trace.h>
 
/* for iqueues */
/* #include "iqueue.h" Now iqueues are the only queue type into the kernel */
425,7 → 424,6
#endif
 
jet_update_endcycle(); /* Update the Jet data... */
trc_logevent(TRC_ENDCYCLE,&exec_shadow); /* tracer stuff */
 
return 0;
}