Pedro F. Giffuni c1a08643e3 patch: unsign the line length to avoid overflows.
Patch(1) uses a short int for the line length, which is usually
sufficient for regular diffs, but makes no effort to signal
when there is an overflow.

Change the line length to an unsigned short int to better use
the fact that a length is never negative.  The change is loosely
inspired on a related change in DragonFly, but we avoid spending
more memory than necessary.

While here adjust the messages to be clearer on what is happening.

MFC after:	1 week
2014-06-15 03:54:23 +00:00
..
2014-06-14 00:10:10 +00:00
2013-11-18 23:11:42 +00:00
2014-02-08 13:29:35 +00:00
2014-04-16 23:14:05 +00:00
2013-09-22 20:30:55 +00:00
2014-06-10 06:16:34 +00:00
2012-11-04 09:27:01 +00:00
2013-03-11 13:08:32 +00:00
2012-04-19 03:20:13 +00:00
2014-04-13 19:48:51 +00:00
2013-11-21 21:19:01 +00:00
2013-05-11 13:46:05 +00:00
2014-04-25 04:01:25 +00:00
2013-09-30 17:23:45 +00:00
2012-05-10 02:07:00 +00:00
2011-12-30 11:02:40 +00:00
2014-04-24 11:27:03 +00:00
2013-02-19 13:32:26 +00:00
2012-09-14 17:50:42 +00:00
2012-11-17 23:52:38 +00:00
2014-05-22 09:28:36 +00:00
2013-07-04 03:24:58 +00:00
2014-05-11 02:04:40 +00:00
2012-06-21 21:47:08 +00:00
2014-06-06 19:00:43 +00:00
2014-06-06 08:42:03 +00:00
2012-05-26 17:10:16 +00:00
2013-09-20 16:05:09 +00:00
2013-03-17 06:36:04 +00:00
2013-11-09 09:05:50 +00:00
2013-01-14 11:06:50 +00:00
2013-04-23 13:03:17 +00:00
2013-11-20 17:48:38 +00:00
2013-03-28 20:33:07 +00:00
2014-05-15 05:35:00 +00:00
2013-05-12 22:22:12 +00:00
2013-07-28 18:44:17 +00:00
2012-10-07 20:01:41 +00:00
2014-02-08 13:37:02 +00:00
2014-06-10 18:29:45 +00:00
2013-03-07 23:44:35 +00:00