fix for commands that try to include mfs constants from vfs

This commit is contained in:
David van Moolenbroek 2009-05-08 20:37:06 +00:00
parent 293be6b80b
commit 021808b12a
2 changed files with 2 additions and 2 deletions

View 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];

View file

@ -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));