* 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

View File

@@ -1,4 +1,4 @@
/* $Id: search.c,v 1.18 2002/01/31 03:55:35 ukai Exp $ */
/* $Id: search.c,v 1.19 2002/03/06 03:32:11 ukai Exp $ */
#include "fm.h"
#include "regex.h"
#include <signal.h>
@@ -52,7 +52,7 @@ open_migemo(char *migemo_command)
/* child */
reset_signals();
#ifdef HAVE_SETPGRP
setpgrp();
SETPGRP();
#endif
close_tty();
close(fdr[0]);