*/
int debugsw = 0;
-pid_t xpid = 0;
/*
* static prototypes
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");