summaryrefslogtreecommitdiff
path: root/sysutils/depot/patches/patch-aa
blob: 25edbf2fddd8381f5e438876e6f8e6eb828764ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$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();