Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
gcompat
Commits
6f6f04f6
Verified
Commit
6f6f04f6
authored
Apr 29, 2019
by
A. Wilcox
🦊
Browse files
Use <utmpx.h> for struct utmp definiton
parent
f8037463
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis/install
View file @
6f6f04f6
...
...
@@ -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
"
...
...
libgcompat/utmp.c
View file @
6f6f04f6
#include <stddef.h>
/* NULL */
#include <utmp.h>
/* struct utmp */
#include <utmp
x
.h>
/* struct utmp */
/**
* Get user accounting database entries.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment