From: Ralph Corderoy Date: Sun, 7 May 2017 12:57:39 +0000 (+0100) Subject: uip/rcvdist.c: Replace SBUFSIZ with NMH_BUFSIZ. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/803e139a6595e33a0a636a3e7fd815ebd942a1dc?hp=803e139a6595e33a0a636a3e7fd815ebd942a1dc uip/rcvdist.c: Replace SBUFSIZ with NMH_BUFSIZ. 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. ---