* add libb2 as dep * remove "-Wl,--large-address-aware", default now via makepkg * remove 2to3 logic, no longer in Python
27 lines
729 B
Diff
27 lines
729 B
Diff
From 588d81378574abdbd5ecd73d5744c5ffd06ba603 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?=
|
|
<alexey.pawlow@gmail.com>
|
|
Date: Thu, 17 Jun 2021 18:51:59 +0530
|
|
Subject: [PATCH 026/N] remove_path_max.default
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Co-authored-by: Алексей <alexey.pawlow@gmail.com>
|
|
---
|
|
Include/osdefs.h | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/Include/osdefs.h b/Include/osdefs.h
|
|
index 2599e87..8c06827 100644
|
|
--- a/Include/osdefs.h
|
|
+++ b/Include/osdefs.h
|
|
@@ -16,7 +16,6 @@ extern "C" {
|
|
#ifdef MS_WINDOWS
|
|
# define SEP L'\\'
|
|
# define ALTSEP L'/'
|
|
-# define MAXPATHLEN 256
|
|
# define DELIM L';'
|
|
#endif
|
|
|