aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-10-08 07:37:11 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-10-08 07:37:11 +0000
commit4b290df1dde7f0706341002909c7370c0e2a616c (patch)
treec380aa46b80936e65ba22a5e91626f4bca33aeb0 /etc
parent28cd624700783466dc0fdf5eb8d6ebe758fa86a2 (diff)
downloadsrc-4b290df1dde7f0706341002909c7370c0e2a616c.tar.gz
src-4b290df1dde7f0706341002909c7370c0e2a616c.zip
Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from
the stack to the heap to work around a problem on ia64. Now, roughly 16 months and two compiler updates later, it isn't an issue anymore in the sense that putting a 1M buffer on the stack just works and we don't actually need to work around anything anymore. However, since there's no advantage or need to put the buffer on the stack (again), this change merely removes the XXX comment describing that there's an explicit reason for the heap allocation. Hence, this change is a functional no-op. PR: ia64/38677
Notes
Notes: svn path=/head/; revision=120907
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions