facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
21 lines
445 B
Diff
21 lines
445 B
Diff
--- hash.c.orig 2020-07-04 10:21:00.491559357 +0200
|
|
+++ hash.c 2020-07-04 10:22:00.536240305 +0200
|
|
@@ -345,6 +345,8 @@
|
|
|
|
/* Allocation and clean-up. */
|
|
|
|
+#if 0
|
|
+
|
|
#if USE_DIFF_HASH
|
|
|
|
/* About hashings, Paul Eggert writes to me (FP), on 1994-01-01: "Please see
|
|
@@ -389,6 +391,8 @@
|
|
|
|
#endif /* not USE_DIFF_HASH */
|
|
|
|
+#endif
|
|
+
|
|
/* Return true if CANDIDATE is a prime number. CANDIDATE should be an odd
|
|
number at least equal to 11. */
|
|
|