]> Zhao Yanbai Git Server - minix.git/commitdiff
fix for commands that try to include mfs constants from vfs
authorDavid van Moolenbroek <david@minix3.org>
Fri, 8 May 2009 20:37:06 +0000 (20:37 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Fri, 8 May 2009 20:37:06 +0000 (20:37 +0000)
commands/simple/cdprobe.c
commands/simple/mount.c

index 451167f618a2083f8496a567edd10065dc606922..df7de4f874b7aff37cd0691fd3e65353e9a944ad 100644 (file)
@@ -22,7 +22,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "../../servers/vfs/const.h"
+#include "../../servers/mfs/const.h"
 
 char pvd[CD_SECTOR];
 
index 603fcedd106148db92daf311abac35163ecf5d26..2bf4277cd1567ddef8243df12216028a3c30de17 100755 (executable)
@@ -14,7 +14,7 @@
 #include <minix/swap.h>
 #include <sys/svrctl.h>
 #include <stdio.h>
-#include "../../servers/vfs/const.h"
+#include "../../servers/mfs/const.h"
 
 _PROTOTYPE(int main, (int argc, char **argv));
 _PROTOTYPE(void list, (void));