From 744680c3eb00bfe622d2a94f8b03002c5ce7075e Mon Sep 17 00:00:00 2001 From: Gunnar Ritter Date: Sun, 19 Jun 2005 11:35:03 +0000 Subject: [PATCH] always include inttypes.h --- Changes | 2 +- ex_version.c | 4 ++-- mapmalloc.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 6adaf49..15c8851 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -Release ... +Release 3/25/05 * vi no longer dies with a segmentation fault if a line does not fit on the screen after an insertion. * The 'p' command now works correctly if the buffer contains a partial line diff --git a/ex_version.c b/ex_version.c index 384bb18..317fdd3 100644 --- a/ex_version.c +++ b/ex_version.c @@ -70,12 +70,12 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Sccsid @(#)ex_version.c 1.131 (gritter) 3/24/05 + * Sccsid @(#)ex_version.c 1.132 (gritter) 3/25/05 */ #include "ex.h" -static char *versionstring = "@(#)Version 4.0 (gritter) 3/24/05"; +static char *versionstring = "@(#)Version 4.0 (gritter) 3/25/05"; void printver(void) diff --git a/mapmalloc.c b/mapmalloc.c index 9cb49df..3bd4fcb 100644 --- a/mapmalloc.c +++ b/mapmalloc.c @@ -36,7 +36,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Sccsid @(#)mapmalloc.c 1.5 (gritter) 4/5/05 + * Sccsid @(#)mapmalloc.c 1.6 (gritter) 6/19/05 */ #ifdef VMUNIX @@ -45,6 +45,7 @@ #include #include #include +#include #ifndef MAP_FAILED #define MAP_FAILED ((void *)-1) @@ -77,7 +78,6 @@ #include #include #include -#include int botch(char *s) {