]> diplodocus.org Git - nmh/blobdiff - sbr/showfile.c
It looks like the first test fails on Solaris because it
[nmh] / sbr / showfile.c
index c7223c21398efd1d9020f3dc6d0f9a77ada9efae..369c953b6372dfd4e5e9663d8888b60ad8bff2a0 100644 (file)
@@ -28,7 +28,7 @@ showfile (char **arg, char *file)
     if (!strcmp (r1bindex (lproc, '/'), "mhl"))
        lproc = mhlproc;
 
-    switch (pid = vfork()) {
+    switch (pid = fork()) {
     case -1:
        /* fork error */
        advise ("fork", "unable to");