aboutsummaryrefslogtreecommitdiff
path: root/net/socat/patches/100-usleep.patch
Commit message (Collapse)AuthorAge
* socat: update to 1.7.4.1Chukun Pan2021-09-30
| | | | | | Remove upstreamed patch. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* socat: Fix compilation when usleep is missingRosen Penev2019-07-19
usleep is a legacy function that was removed in POSIX-2008. uClibc-ng can be configured to compile without it. if out the code as it's not used. Signed-off-by: Rosen Penev <rosenp@gmail.com>