chiark / gitweb /
journal: avoid re-definition of enums for older gcc versions
authorKay Sievers <kay@vrfy.org>
Sun, 15 Jul 2012 12:56:57 +0000 (14:56 +0200)
committerKay Sievers <kay@vrfy.org>
Sun, 15 Jul 2012 12:56:57 +0000 (14:56 +0200)
commitdbfd9122583baea644fc727466ce30a6b5fd2706
treee611297f4afb4bc3c9bcbefa26ad31ed9155afe1
parent8432ecabacf15d8b0faf455a99980a42a00b4c08
journal: avoid re-definition of enums for older gcc versions

On Sun, Jul 15, 2012 at 2:00 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> | In file included from src/journal/sd-journal.c:37:0:
> | src/journal/journal-internal.h:47:3: error: redefinition of typedef 'MatchType'
> | src/journal/journal-internal.h:36:24: note: previous declaration of 'MatchType' was here
> | src/journal/journal-internal.h:67:3: error: redefinition of typedef 'LocationType'
> | src/journal/journal-internal.h:37:27: note: previous declaration of 'LocationType' was here
src/journal/journal-internal.h