softflowd: fix compilation with newer musl 11691/head
authorRosen Penev <rosenp@gmail.com>
Sun, 29 Mar 2020 00:00:32 +0000 (17:00 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 29 Mar 2020 03:40:52 +0000 (20:40 -0700)
commit1e3051c5ad1748ec119a856cb6856b3bc1cb3fc8
tree705384dbf8360d14077002a9500b66beb741dd8c
parente06d851a42babc615709af9da52f998c9dcf37d4
softflowd: fix compilation with newer musl

__uid_t is a glibc extension. Switch to standard uid_t.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/softflowd/Makefile
net/softflowd/patches/020-uid.patch [new file with mode: 0644]