/*
* folder_delmsgs.c -- "remove" SELECTED messages from a folder
*
- * $Id$
- *
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information.
fflush (stdout);
vec[0] = r1bindex (rmmproc, '/');
- switch (pid = vfork()) {
+ switch (pid = m_vfork()) {
case -1:
advise ("fork", "unable to");
return -1;