rename all the files (they weren't going to diff anyway)
[unix-history] / usr / src / bin / csh / glob.c
index 7d0a33b..0028772 100644 (file)
@@ -6,10 +6,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)glob.c     5.15 (Berkeley) %G%";
+static char sccsid[] = "@(#)glob.c     5.16 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "sh.h"
+#include "csh.h"
+#include "extern.h"
 #include <glob.h>
 
 static int noglob, nonomatch;
 #include <glob.h>
 
 static int noglob, nonomatch;
@@ -602,7 +603,7 @@ backeval(cp, literal)
        (void) signal(SIGTSTP, SIG_IGN);
        (void) signal(SIGTTIN, SIG_IGN);
        (void) signal(SIGTTOU, SIG_IGN);
        (void) signal(SIGTSTP, SIG_IGN);
        (void) signal(SIGTTIN, SIG_IGN);
        (void) signal(SIGTTOU, SIG_IGN);
-       execute(t, -1);
+       execute(t, -1, NULL, NULL);
        exitstat();
     }
     xfree((ptr_t) cp);
        exitstat();
     }
     xfree((ptr_t) cp);