mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
minicom: fix iconv dependencies, music includes and musl compatibility
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- a/src/getsdir.h
|
||||
+++ b/src/getsdir.h
|
||||
@@ -24,6 +24,10 @@
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
+#ifndef MAXNAMLEN
|
||||
+#define MAXNAMLEN 255
|
||||
+#endif
|
||||
+
|
||||
typedef struct dirEntry { /* structure of data item */
|
||||
char fname[MAXNAMLEN + 1]; /* filename + terminating null */
|
||||
time_t time; /* last modification date */
|
||||
Reference in New Issue
Block a user