Dag-Erling Smørgrav wrote:
Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
The attached patch unbreaks the build.
With additional hunk to fix usr.bin/netstat/ipx.c, which relied on the
brokenness of <netinet/tcp_fsm.h>.
Hi,
may I suggest to declare the array as
static const char * const tcpstates[].
Mind the second const, so not only the strings are const (const char*),
but the array itself, too.
Christoph
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"