repo.or.cz
/
void-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-texttable: update to 1.3.1
[void-packages.git]
/
srcpkgs
/
minicom
/
patches
/
musl-sys_param_h.patch
blob
e59d67954c37a90627ecc91793d3d13bafe7680b
1
MAXNAMLEN is defined in sys/param.h
2
3
--- src/getsdir.c 2011-02-14 11:07:00.000000000 +0100
4
+++ src/getsdir.c 2015-06-22 02:47:36.263541750 +0200
5
@@ -28,6 +28,7 @@
6
#include <stdio.h>
7
#include <stdlib.h>
8
#include <string.h>
9
+#include <sys/param.h>
10
#include <sys/types.h>
11
#include <sys/stat.h>
12
#include <errno.h>