pkgsrc/emulators/xcopilot/patches/patch-mx_test__filesel.c
ryoon 93a45e33f9 xcopilot: Workaround for NetBSD/amd64. Bump PKGREVISION
* Add workaround for NetBSD/amd64. Not tested under other LP64PLATFORMS
  and OSes.
* Include some header files to resolve implicit uses.
* Fix some warinigs.
2021-08-27 03:41:41 +00:00

14 lines
418 B
C

$NetBSD: patch-mx_test__filesel.c,v 1.1 2021/08/27 03:41:41 ryoon Exp $
* Include string.h for strcpy().
--- mx/test_filesel.c.orig 1998-08-21 00:56:14.000000000 +0000
+++ mx/test_filesel.c
@@ -19,6 +19,7 @@ Update History: (most recent first)
******************************************************************************/
#include <stdio.h>
+#include <string.h>
#include "libmx.h"
#define MAIN_N_ITEMS 4