]> diplodocus.org Git - nmh/blobdiff - uip/mhshowsbr.c
Added const to SSL_METHOD *.
[nmh] / uip / mhshowsbr.c
index 866a41bfbcbca9f684c754c62877101c0757f29b..3d2d8eb0db647e5e1d04679c311ae79bec317255 100644 (file)
@@ -19,7 +19,6 @@
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/utils.h>
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/utils.h>
-#include <sys/wait.h>
 
 extern int debugsw;
 
 
 extern int debugsw;
 
@@ -191,7 +190,7 @@ DisplayMsgHeader (CT ct, char *form)
 
     fflush (stdout);
 
 
     fflush (stdout);
 
-    for (i = 0; (child_id = vfork()) == NOTOK && i < 5; i++)
+    for (i = 0; (child_id = fork()) == NOTOK && i < 5; i++)
        sleep (5);
 
     switch (child_id) {
        sleep (5);
 
     switch (child_id) {
@@ -560,7 +559,7 @@ show_content_aux2 (CT ct, int serial, int alternate, char *cracked, char *buffer
 
     fflush (stdout);
 
 
     fflush (stdout);
 
-    for (i = 0; (child_id = vfork()) == NOTOK && i < 5; i++)
+    for (i = 0; (child_id = fork()) == NOTOK && i < 5; i++)
        sleep (5);
     switch (child_id) {
        case NOTOK:
        sleep (5);
     switch (child_id) {
        case NOTOK: