pkgsrc/sysutils/depot/patches/patch-aa
agc 7a72eb6916 Import of the CMU depot 5.14 utility, for managing directory
trees of symbolic links, to the NetBSD packages collection.

This package was done by Todd Vierling, in PR pkg/4975.

Minor modification to the patch by me to generalise for other
BSD systems.
1998-02-12 17:12:03 +00:00

15 lines
357 B
Text

--- 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();