Working on GUI, side changes to the message passing
[tpg/acess2.git] / Kernel / drv / fifo.c
index 953bac6..b028fcb 100644 (file)
@@ -1,7 +1,7 @@
 /* AcessOS
  * FIFO Pipe Driver
  */
-#include <common.h>
+#include <acess.h>
 #include <modules.h>
 #include <fs_devfs.h>
 
@@ -62,7 +62,7 @@ tPipe *gFIFO_NamedPipes = NULL;
 int FIFO_Install(char **Options)
 {
        DevFS_AddDevice( &gFIFO_DriverInfo );
-       return 0;
+       return MODULE_INIT_SUCCESS;
 }
 
 /**

UCC git Repository :: git.ucc.asn.au