Renamed the mbx_* functions to mbox_*, because mbx is another mail box format.
[mmh] / uip / packf.c
index 70065c0..23ee335 100644 (file)
@@ -103,7 +103,7 @@ main(int argc, char **argv)
                                admonish(msgnam, "unable to read message");
                                break;
                        }
-                       if (mbx_copy(fileno(stdout), fd) == NOTOK) {
+                       if (mbox_copy(fileno(stdout), fd) == NOTOK) {
                                adios(NULL, "error writing to stdout");
                        }
                        close(fd);