Static buffers: Replace references to bufs[b]
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Oct 2014 17:27:34 +0000 (18:27 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Oct 2014 18:05:28 +0000 (19:05 +0100)
commit5f37eb107bd4370ee0ed1c1c185abb06ee873ac2
tree91574d410d63da269f8a041b834e9ce068285629
parent423936d35d7671fd017d2d611d418d1b8eeb6195
Static buffers: Replace references to bufs[b]

Introduce a new macro SBUF which currently refers to bufs[b].  We are
going to change its definition in a moment.  Splitting the patches up
this way makes it easier to see that they're right.

No functional change in this patch.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
ipaddr.c
util.c
util.h