From 6f6f04f6a4817ec5d4e4d9fd3c4ac37894c2da2b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 29 Apr 2019 00:30:33 -0500 Subject: Use for struct utmp definiton --- .travis/install | 2 +- libgcompat/utmp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/install b/.travis/install index 6f95946..6bd03de 100755 --- a/.travis/install +++ b/.travis/install @@ -8,7 +8,7 @@ chmod a+x /tmp/apk.static mkdir -p "$NEWROOT"/etc/apk/keys cp "$CLONE_DIR"/.travis/*.pub "$NEWROOT"/etc/apk/keys/ -/tmp/apk.static -X "https://distfiles.adelielinux.org/adelie/current/system" --root "$NEWROOT" --initdb --no-progress add adelie-core bash-binsh musl-dev gcc binutils make +/tmp/apk.static -X "https://distfiles.adelielinux.org/adelie/current/system" --root "$NEWROOT" --initdb --no-progress add adelie-core bash-binsh musl-dev gcc binutils make pkgconf utmps-dev cd "$NEWROOT" diff --git a/libgcompat/utmp.c b/libgcompat/utmp.c index c2bdd91..d044fd2 100644 --- a/libgcompat/utmp.c +++ b/libgcompat/utmp.c @@ -1,5 +1,5 @@ #include /* NULL */ -#include /* struct utmp */ +#include /* struct utmp */ /** * Get user accounting database entries. -- cgit v1.2.3-70-g09d2