From 36ab4fdc1b57747ff1914fac5c6f134d38bb9792 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Mon, 5 Jun 2017 20:01:49 -0700 Subject: [PATCH] Fixed mal-formatted long lines in CHANGES --- CHANGES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 21faf86..cc768ce 100644 --- a/CHANGES +++ b/CHANGES @@ -6963,10 +6963,10 @@ The following are the changes from calc version 2.9.3t8 to 2.9.3t9.2: which is built from have_const.c will determine if we can or should use const. See the Makefile for details. - Some systems do not have uid_t. The file have_uid_t.h, which is - built from have_uid_t.c will determine if we can or should depend - on uid_t being typedefed by the system include files. See the Makefile - for details. + Some systems do not have uid_t. The file have_uid_t.h, which + is built from have_uid_t.c will determine if we can or should + depend on uid_t being typedefed by the system include files. + See the Makefile for details. Some systems do not have memcpy(), memset() and strchr(). The file have_newstr.h, which is built from have_newstr.c will