Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1551 → Rev 1552

/demos/trunk/shutdown/shutdown.c
34,7 → 34,7
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* CVS : $Id: shutdown.c,v 1.1 2005-01-08 14:38:27 pj Exp $
* CVS : $Id: shutdown.c,v 1.2 2005-02-25 11:04:46 pj Exp $
 
Shutdown demo, used to test system shutdown.
 
68,8 → 68,8
*/
 
#include "kernel/kern.h"
#include "modules/edf.h"
#include "modules/cbs.h"
#include "edf/edf/edf.h"
#include "cbs/cbs/cbs.h"
 
#include <time.h>