wok-current rev 21197
systemd: replaced xattr/xattr.h by sys/xattr.h in another file
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 06 09:46:37 2019 +0100 (2019-04-06) |
parents | bbb977124ce1 |
children | 6dc00c39f773 |
files | systemd/receipt systemd/stuff/systemd-195.journal-vacuum.c.patch |
line diff
1.1 --- a/systemd/receipt Sat Apr 06 10:33:42 2019 +0200 1.2 +++ b/systemd/receipt Sat Apr 06 09:46:37 2019 +0100 1.3 @@ -32,6 +32,8 @@ 1.4 { 1.5 patch --strip=0 --input=$stuff/systemd-195.journal-file.c.patch \ 1.6 src/journal/journal-file.c 1.7 + patch --strip=0 --input=$stuff/systemd-195.journal-vacuum.c.patch \ 1.8 + src/journal/journal-vacuum.c 1.9 1.10 ./configure \ 1.11 --prefix=/usr \
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/systemd/stuff/systemd-195.journal-vacuum.c.patch Sat Apr 06 09:46:37 2019 +0100 2.3 @@ -0,0 +1,11 @@ 2.4 +--- journal-vacuum.c.orig 2012-10-17 20:25:42.425852224 +0100 2.5 ++++ journal-vacuum.c 2019-04-06 09:39:02.889313424 +0100 2.6 +@@ -26,7 +26,7 @@ 2.7 + #include <unistd.h> 2.8 + 2.9 + #ifdef HAVE_XATTR 2.10 +-#include <attr/xattr.h> 2.11 ++#include <sys/xattr.h> 2.12 + #endif 2.13 + 2.14 + #include "journal-def.h"