***************
*** 187,192 ****
    int skip_args = 0;
    extern int errno;
    extern void malloc_warning ();
    
  /* Map in shared memory, if we are using that.  */
  #ifdef HAVE_SHM
--- 190,202 ----
    int skip_args = 0;
    extern int errno;
    extern void malloc_warning ();
+ 
+ #ifdef NeXT
+   /* this helps out unexNeXT.c */
+   if (initialized)
+     if (malloc_jumpstart(malloc_cookie) != 0)
+       printf("malloc jumpstart failed!\n");
+ #endif /* NeXT */
    
  /* Map in shared memory, if we are using that.  */
  #ifdef HAVE_SHM
