shithub: plan9front

Download patch

ref: 9d46360c9d83fa95f42f1eebbad49ecd9281fb0d
parent: 1d3644a1684bd191f3a36568d94c2587c2d9f24f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Apr 10 21:26:36 EDT 2020

backout the gethunk() again, as that breaks the assemblers

the assemblers share gethunk() cc/macbody but are compiled
without compat.c, so calls such as getenv() trigger malloc()
which does its own sbrk() calls, breaking the continuity
of the hunk.

so this change needs another revision. until then, this is
backed out.