fix for commands that try to include mfs constants from vfs
This commit is contained in:
parent
293be6b80b
commit
021808b12a
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../../servers/vfs/const.h"
|
||||
#include "../../servers/mfs/const.h"
|
||||
|
||||
char pvd[CD_SECTOR];
|
||||
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue