X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fjournal-internal.h;h=bcffa35055ec664ce0a7f062ac46f79ef58787f6;hb=089842938dd0f4080084044bb9a1a3b00137926a;hp=e5914bfb6399c1a090efb923d4a22601fc8b4af8;hpb=81527be142678057215665be66e4b3c8306a7ab3;p=elogind.git diff --git a/src/journal/journal-internal.h b/src/journal/journal-internal.h index e5914bfb6..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 . ***/ @@ -35,7 +35,7 @@ typedef struct Match Match; struct Match { char *data; size_t size; - uint64_t le_hash; + le64_t le_hash; LIST_FIELDS(Match, matches); };