While here, add some missing headers and squish a LP64 bug. Passes all self tests and all but 2 examples on a 1.5ZA alpha.
11 lines
293 B
Text
11 lines
293 B
Text
$NetBSD: patch-ax,v 1.4 2002/03/05 21:05:54 dmcmahill Exp $
|
|
|
|
--- routines/int/mputi.c.orig Wed Feb 28 05:16:14 2001
|
|
+++ routines/int/mputi.c Tue Mar 5 07:36:06 2002
|
|
@@ -1,3 +1,6 @@
|
|
/* Copyright INRIA */
|
|
+#ifdef __NetBSD__
|
|
+#include <string.h>
|
|
+#endif
|
|
#include <stdio.h>
|
|
#ifdef __STDC__
|