X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fjournal-internal.h;h=bcffa35055ec664ce0a7f062ac46f79ef58787f6;hb=205c4d1d6a3f5343f970abf20283d69dcec359ed;hp=1b64666da3e7c47c3e7be61c1200f8fe3acfb422;hpb=f39e126e990869e33a002763ec02aa0aeb06214a;p=elogind.git diff --git a/src/journal/journal-internal.h b/src/journal/journal-internal.h index 1b64666da..bcffa3505 100644 --- a/src/journal/journal-internal.h +++ b/src/journal/journal-internal.h @@ -9,16 +9,16 @@ Copyright 2011 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . ***/ @@ -26,15 +26,16 @@ #include #include +#include + #include "list.h" -#include "sd-id128.h" typedef struct Match Match; struct Match { char *data; size_t size; - uint64_t le_hash; + le64_t le_hash; LIST_FIELDS(Match, matches); };