commit 7e5c335642bf836fb0ae7494cbb4acc9d32cc871 from: Thomas Adam date: Wed Sep 22 18:33:46 2021 UTC compat: Makefile: add missing trailing backslash The uuid.c source file was missing a trailing backslash. commit - 0b2bb718de4162f108ea99a55490cd46b9308dc0 commit + 7e5c335642bf836fb0ae7494cbb4acc9d32cc871 blob - 54524ee453c8f46d6c64e1c6ff6885acee00e0e9 blob + 29fcf763e3848c8a1969abb0e63d5de38675cf3c --- compat/Makefile.am +++ compat/Makefile.am @@ -29,7 +29,7 @@ libopenbsd_compat_a_SOURCES = \ strnlen.c \ strsep.c \ strtonum.c \ - uuid.c + uuid.c \ imsg.h \ queue.h \ tree.h