* version.c.in: 0.3+cvs

From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2002-03-06 03:32:10 +00:00
parent 3d13f591f2
commit ae731e7079
6 changed files with 22 additions and 12 deletions

4
etc.c
View File

@@ -1,4 +1,4 @@
/* $Id: etc.c,v 1.19 2002/02/19 15:50:18 ukai Exp $ */
/* $Id: etc.c,v 1.20 2002/03/06 03:32:11 ukai Exp $ */
#include "fm.h"
#include <pwd.h>
#include "myctype.h"
@@ -1075,7 +1075,7 @@ mySystem(char *command, int background)
flush_tty();
if ((pid = fork()) == 0) {
reset_signals();
setpgrp();
SETPGRP();
close_tty();
fclose(stdout);
fclose(stderr);