X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b56c88e2847c582f9b18ae5bbda44f033cd49c42..803f25412:/uip/burst.c?ds=sidebyside diff --git a/uip/burst.c b/uip/burst.c index ff5af237..5375f8a1 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -42,7 +42,6 @@ struct smsg { */ int debugsw = 0; -pid_t xpid = 0; /* * static prototypes @@ -166,7 +165,7 @@ main (int argc, char **argv) seq_setprev (mp); /* set the previous-sequence */ smsgs = (struct smsg *) - calloc ((size_t) (MAXFOLDER + 2), sizeof(*smsgs)); + mh_xcalloc ((size_t) (MAXFOLDER + 2), sizeof(*smsgs)); if (smsgs == NULL) adios (NULL, "unable to allocate burst storage");