mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
13 lines
413 B
Diff
13 lines
413 B
Diff
Description: Fix typo in config.h
|
|
Author: Uwe Hermann <uwe@debian.org>
|
|
Last-Update: 2018-02-20
|
|
|
|
--- btscanner-2.1.orig/config.h.in
|
|
+++ btscanner-2.1/config.h.in
|
|
@@ -118,5 +118,5 @@
|
|
/* Define to rpl_malloc if the replacement function should be used. */
|
|
#undef malloc
|
|
|
|
-/* Define to `unsigned' if <sys/types.h> does not define. */
|
|
+/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
#undef size_t
|