changed should_print so that C unions (VARNTs) aren't printed
[unix-history] / usr / src / old / make / dosys.c
index 8a1c894..77f39ee 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)dosys.c     4.5 (Berkeley) 82/10/19";
+static char *sccsid = "@(#)dosys.c     4.7 (Berkeley) 83/06/22";
 #include "defs"
 #include <signal.h>
 
 #include "defs"
 #include <signal.h>
 
@@ -120,7 +120,7 @@ for(t = str ; *t ; )
 
 *p = NULL;
 
 
 *p = NULL;
 
-if((waitpid = vfork()) == 0)
+if((waitpid = fork()) == 0)
        {
        enbint(SIG_DFL);
        doclose();
        {
        enbint(SIG_DFL);
        doclose();
@@ -138,7 +138,6 @@ return( await() );
 
 
 
 
 
 
-
 touch(force, name)
 int force;
 char *name;
 touch(force, name)
 int force;
 char *name;