Sign in
gfiber
/
buildroot
/
8938277859606aa04fb9e452b305e7b9bbd18bfd
/
.
/
package
/
toybox
/
toybox-utmpx.patch
blob: 2f3da6ad03b2f50f2a7587ab660a162b579fb123 [
file
] [
log
] [
blame
]
Our
old toolchain doesn
't have utmpx.h, we suck.
--- a/toys.h
+++ b/toys.h
@@ -47,7 +47,9 @@
#include <time.h>
#include <unistd.h>
#include <utime.h>
+#if 0
#include <utmpx.h>
+#endif
// Internationalization support