wok-current annotate systemd/stuff/systemd-195.journal-file.c.patch @ rev 24574
updated fribidi and fribidi-dev (1.0.8 -> 1.0.11)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 27 07:58:48 2022 +0100 (2022-02-27) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@21195 | 1 --- journal-file.c.orig 2012-10-18 03:06:55.028130249 +0100 |
Hans-G?nter@21195 | 2 +++ journal-file.c 2019-04-06 09:03:39.824780717 +0100 |
Hans-G?nter@21195 | 3 @@ -28,7 +28,7 @@ |
Hans-G?nter@21195 | 4 #include <stddef.h> |
Hans-G?nter@21195 | 5 |
Hans-G?nter@21195 | 6 #ifdef HAVE_XATTR |
Hans-G?nter@21195 | 7 -#include <attr/xattr.h> |
Hans-G?nter@21195 | 8 +#include <sys/xattr.h> |
Hans-G?nter@21195 | 9 #endif |
Hans-G?nter@21195 | 10 |
Hans-G?nter@21195 | 11 #include "journal-def.h" |