Removed unused parameter from mbx_copy().
[mmh] / uip / rcvpack.c
index fd1c2aa..85de619 100644 (file)
@@ -78,7 +78,7 @@ main(int argc, char **argv)
                done(RCV_MBX);
 
        /* append the message */
-       if (mbx_copy(file, md, fileno(stdin), NULL, 0) == NOTOK) {
+       if (mbx_copy(file, md, fileno(stdin), 0) == NOTOK) {
                mbx_close(file, md);
                done(RCV_MBX);
        }