Changes in uspace/app/init/init.c [3acb285:acc7ce4] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    r3acb285 racc7ce4  
    3737#include <stdio.h>
    3838#include <unistd.h>
     39#include <ipc/ipc.h>
    3940#include <vfs/vfs.h>
    4041#include <bool.h>
     
    272273        mount_tmpfs();
    273274       
    274 #ifdef CONFIG_START_DEVMAN
    275         spawn("/srv/devman");
    276 #endif
    277275        spawn("/srv/apic");
    278276        spawn("/srv/i8259");
Note: See TracChangeset for help on using the changeset viewer.