mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 15:33:24 -04:00
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
$NetBSD: patch-aa,v 1.2 1998/08/07 11:14:04 agc Exp $
|
|
|
|
--- src/lib/DepotDB/DepotDB_Write.c.orig Tue Feb 10 18:54:48 1998
|
|
+++ src/lib/DepotDB/DepotDB_Write.c Tue Feb 10 18:55:52 1998
|
|
@@ -45,6 +45,12 @@
|
|
#include "CollectionList.h"
|
|
#include "DepotDB.h"
|
|
|
|
+#include <sys/param.h>
|
|
+
|
|
+#if (defined(BSD) && BSD >= 199306)
|
|
+#include <limits.h>
|
|
+#define MAXLONG LONG_MAX
|
|
+#endif
|
|
|
|
static int DepotDB_LongSkipSize();
|
|
|