mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 01:35:13 +03:00
fixes build with utmps 0.1.3.0 and skalibs 2.14.4.0 unblocks Go 1.24.3 rebuild for s390x and allows it to upload testing
11 lines
276 B
Diff
11 lines
276 B
Diff
--- a/vendor/github.com/ericwq/goutmp/goutmp_musl_linux.go
|
|
+++ b/vendor/github.com/ericwq/goutmp/goutmp_musl_linux.go
|
|
@@ -19,7 +19,7 @@ package goutmp
|
|
#include <unistd.h>
|
|
|
|
#include <utmps/utmps.h>
|
|
-#include <lastlog.h>
|
|
+#include <utmps/utmp.h>
|
|
|
|
// typedef char char_t;
|
|
|