musl-fixes.patch 588 B

1234567891011121314151617181920212223242526
  1. --- src/w.c.orig 2022-11-10 07:12:21.732839621 -0300
  2. +++ src/w.c 2022-12-15 22:30:34.409557261 -0300
  3. @@ -43,11 +43,7 @@
  4. #include <termios.h>
  5. #include <time.h>
  6. #include <unistd.h>
  7. -#ifdef HAVE_UTMPX_H
  8. -# include <utmpx.h>
  9. -#else
  10. -# include <utmp.h>
  11. -#endif
  12. +#include <utmp.h>
  13. #include <arpa/inet.h>
  14. #include "c.h"
  15. --- library/escape.c.orig 2022-10-04 08:34:22.006478230 -0300
  16. +++ library/escape.c 2022-12-15 22:31:14.886599428 -0300
  17. @@ -21,6 +21,7 @@
  18. #include <limits.h>
  19. #include <stdio.h>
  20. #include <string.h>
  21. +#include <langinfo.h>
  22. #include "escape.h"
  23. #include "readproc.h"