aboutsummaryrefslogtreecommitdiff
path: root/net/softflowd/patches/020-uid.patch
Commit message (Collapse)AuthorAge
* softflowd: bump to 1.1.0Stijn Tintel2023-07-23
| | | | | | | | The tag is now prefixed with v; update PKG_SOURCE_URL and PKG_BUILD_DIR to reflect this. Drop upstreamed patches. Refresh leftover patch. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* softflowd: fix compilation with newer muslRosen Penev2020-03-28
__uid_t is a glibc extension. Switch to standard uid_t. Signed-off-by: Rosen Penev <rosenp@gmail.com>