mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
$NetBSD: patch-dist_s__sig,v 1.2 2014/07/23 00:22:42 ryoon Exp $
|
|
|
|
--- dist/s_sig.orig 2010-04-12 20:25:23.000000000 +0000
|
|
+++ dist/s_sig
|
|
@@ -34,4 +34,8 @@ cat << END_OF_TEXT > $b
|
|
*/
|
|
|
|
+#if defined(_SCO_DS)
|
|
+typedef unsigned long long u_int64_t;
|
|
+#endif
|
|
+
|
|
#include "db_config.h"
|
|
|