]> diplodocus.org Git - nmh/commitdiff
uip/rcvdist.c: Replace SBUFSIZ with NMH_BUFSIZ.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sun, 7 May 2017 12:57:39 +0000 (13:57 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 7 May 2017 12:57:39 +0000 (13:57 +0100)
The former was defined as the latter and had only one proper use: to
size a char array.  The other uses should have been the sizeof operator
on that array, and now are.


No differences found