mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
309 B
Plaintext
16 lines
309 B
Plaintext
$NetBSD: patch-am,v 1.1.1.1 2003/04/11 00:31:45 uebayasi 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>
|
|
|