]> Zhao Yanbai Git Server - minix.git/commitdiff
Added XDOPEN.
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 25 Feb 2008 12:12:07 +0000 (12:12 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 25 Feb 2008 12:12:07 +0000 (12:12 +0000)
commands/ps/ps.c

index 9f93439d2a7239efda9d0084f5a773345d054d06..f6f5fe31db174693e71584dd2f2c166e744e776e 100644 (file)
@@ -83,7 +83,7 @@
 
 #include "../../servers/pm/mproc.h"
 #include "../../servers/vfs/fproc.h"
-#include "../../servers/mfs/const.h"
+#include "../../servers/vfs/const.h"
 
 
 /*----- ps's local stuff below this line ------*/
@@ -242,6 +242,8 @@ struct pstat *bufp;
                blkstr = "pipe";
        else if (-bufp->ps_ftask == XPOPEN)
                blkstr = "popen";
+       else if (-bufp->ps_ftask == XDOPEN)
+               blkstr = "dopen";
        else if (-bufp->ps_ftask == XLOCK)
                blkstr = "flock";
        else if(-bufp->ps_ftask == XSELECT)