Fix build problems under Solaris 9.

This commit is contained in:
tron 2002-09-01 13:41:46 +00:00
parent dc618de551
commit df62b6f32e
3 changed files with 33 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.5 2002/07/19 03:08:26 mycroft Exp $
$NetBSD: distinfo,v 1.6 2002/09/01 13:41:46 tron Exp $
SHA1 (emacs-20.7.tar.gz) = ef0168b927fb633bc9b14e2249431f26ff8b8452
Size (emacs-20.7.tar.gz) = 15043428 bytes
@ -13,6 +13,8 @@ SHA1 (patch-ah) = 2cfb03c57fad97db9eaaf9cda610f5d6c906aa4a
SHA1 (patch-ai) = d1e5bb8fe797761f63fad42dbfb48834284f4533
SHA1 (patch-aj) = 34490603ca6985fb6e02879c6fe50337d9ce31dd
SHA1 (patch-ak) = 604f80fbf7d24ec7b732c7ac3cc99a07fb4a2eb6
SHA1 (patch-al) = 0459e7a206bbb5f0e591111d2ed3cde97038a2ec
SHA1 (patch-am) = 12667ef175d1108aa3d207d92eba0f20de9d6ae3
SHA1 (patch-ax) = 572eed7ad29d0b2a2e82e53c1acdfab39c12b1b2
SHA1 (patch-ay) = bc91b0759ce0b3f3c1be542c043748472cb8d8fc
SHA1 (patch-az) = 643f927b726d825238b14cd6a4b70e3a0722104e

View file

@ -0,0 +1,15 @@
$NetBSD: patch-al,v 1.3 2002/09/01 13:41:47 tron Exp $
--- src/xfaces.c.orig Wed Nov 18 02:36:41 1998
+++ src/xfaces.c Sun Sep 1 15:35:41 2002
@@ -20,6 +20,10 @@
/* This is derived from work by Lucid (some parts very loosely so). */
+#ifdef __sun__
+#include <strings.h>
+#endif
+
#include <sys/types.h>
#include <sys/stat.h>

View file

@ -0,0 +1,15 @@
$NetBSD: patch-am,v 1.3 2002/09/01 13:41:48 tron Exp $
--- src/xfns.c.orig Thu Jul 1 02:09:39 1999
+++ src/xfns.c Sun Sep 1 15:36:55 2002
@@ -22,6 +22,10 @@
/* Rewritten for X11 by Joseph Arceneaux */
+#ifdef __sun__
+#include <strings.h>
+#endif
+
#include <signal.h>
#include <config.h>