Package: trinity / 1.8-6

Metadata

Package Version Patches format
trinity 1.8-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
e4f31d5a1ce65974c2a6b2e6e1a2b16fffc51518.patch | (download)

include/compat.h | 8 8 + 0 - 0 !
ioctls/autofs.c | 1 1 + 0 - 0 !
2 files changed, 9 insertions(+)

 [patch] compat: handle removed autofs macros

In file included from ioctls/autofs.c:4:0:
ioctls/autofs.c:241:8: error: 'AUTOFS_IOC_EXPIRE_INDIRECT' undeclared here (not in a function); did you mean 'AUTOFS_IOC_EXPIRE_CMD'?
  IOCTL(AUTOFS_IOC_EXPIRE_INDIRECT),
        ^
include/ioctls.h:53:15: note: in definition of macro 'IOCTL'
  { .request = _request, .name = #_request, }
               ^~~~~~~~
ioctls/autofs.c:242:8: error: 'AUTOFS_IOC_EXPIRE_DIRECT' undeclared here (not in a function); did you mean 'AUTOFS_IOC_EXPIRE_INDIRECT'?
  IOCTL(AUTOFS_IOC_EXPIRE_DIRECT),
        ^
include/ioctls.h:53:15: note: in definition of macro 'IOCTL'
  { .request = _request, .name = #_request, }
               ^~~~~~~~

Define them as AUTOFS_IOC_EXPIRE_MULTI as they used to be.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>

c93bb184ce996c4d77eefbae2ab0bf74f396ec45.patch | (download)

configure | 23 23 + 0 - 0 !
fds/memfd.c | 3 3 + 0 - 0 !
2 files changed, 26 insertions(+)

---
pthread.patch | (download)

server/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix pthread undefined references

https://github.com/kernelslacker/trinity/pull/24

a5f32b9714613404e9f4699aaaad720f2bb033b4.patch | (download)

ioctls/videodev2.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
1b2d43cb383cef86a05acb2df046ce5e9b17a7fe.patch | (download)

configure | 1 1 + 0 - 0 !
net/proto-irda.c | 6 5 + 1 - 0 !
net/protocols.c | 2 2 + 0 - 0 !
3 files changed, 8 insertions(+), 1 deletion(-)

---