summaryrefslogtreecommitdiff
path: root/bin/sh/memalloc.c
AgeCommit message (Collapse)Author
1996-06-23update rcsidTheo de Raadt
1996-05-22Fix growstackblock() 'newlen' calculations:Theo de Raadt
(1) it needs to be ALIGNed for both halves of the 'if,' and (2) if you're going to claim that you now have ALIGN(newlen) bytes left, you should have actually allocated ALIGN(newlen), rather than just 'newlen' bytes.
1995-10-18initial import of NetBSD treeTheo de Raadt