X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftest-id128.c;h=bfd743eca365f0738c7251aea48251e5041b060a;hb=68fb08920b2162b48cf0fa8dd98b021327b42896;hp=6c3928d2e900381e3c5e2e8ff20947385b142023;hpb=689b9a22f7fa89686b2b5240b7ee9f449dea5630;p=elogind.git diff --git a/src/test-id128.c b/src/test-id128.c index 6c3928d2e..bfd743eca 100644 --- a/src/test-id128.c +++ b/src/test-id128.c @@ -6,22 +6,23 @@ 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 . ***/ #include -#include "sd-id128.h" +#include + #include "util.h" #include "macro.h" @@ -45,5 +46,7 @@ int main(int argc, char *argv[]) { printf("waldi: %s\n", sd_id128_to_string(ID128_WALDI, t)); + printf("waldi2: " SD_ID128_FORMAT_STR "\n", SD_ID128_FORMAT_VAL(ID128_WALDI)); + return 0; }