home *** CD-ROM | disk | FTP | other *** search
- *** /tmp/,RCSt1000667 Sat Aug 2 22:49:47 1986
- --- realloc.c Thu Jul 31 17:01:57 1986
- ***************
- *** 71,76
- nbytes += sizeof(struct overhead);
- BRK((char *)p + nbytes);
- p->ov_length = nbytes;
- return(mem);
- }
-
-
- --- 71,79 -----
- nbytes += sizeof(struct overhead);
- BRK((char *)p + nbytes);
- p->ov_length = nbytes;
- + /* declare it to be busy */
- + remque(TOBUK(p));
- + p->ov_magic = MAGIC_BUSY;
- return(mem);
- }
-