wok annotate systemd/stuff/systemd-195.journal-vacuum.c.patch @ rev 25539
Up perl-test-compile (3.1.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 09 12:11:13 2023 +0000 (20 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@21197 | 1 --- journal-vacuum.c.orig 2012-10-17 20:25:42.425852224 +0100 |
Hans-G?nter@21197 | 2 +++ journal-vacuum.c 2019-04-06 09:39:02.889313424 +0100 |
Hans-G?nter@21197 | 3 @@ -26,7 +26,7 @@ |
Hans-G?nter@21197 | 4 #include <unistd.h> |
Hans-G?nter@21197 | 5 |
Hans-G?nter@21197 | 6 #ifdef HAVE_XATTR |
Hans-G?nter@21197 | 7 -#include <attr/xattr.h> |
Hans-G?nter@21197 | 8 +#include <sys/xattr.h> |
Hans-G?nter@21197 | 9 #endif |
Hans-G?nter@21197 | 10 |
Hans-G?nter@21197 | 11 #include "journal-def.h" |