On Tue, 13 Nov 2012, Benjamin Kaduk wrote:
if (len < (2*NBG)) - errx(1, "database too small: %s", db); + errx(1, "database too small: %s\nRun /usr/libexec/locate.updatedb", db);That looks longer than 80 characters, a limit given implicitly in style.9.
There's a \n in there. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

