moreutils: update to 0.64

Remove upstreamed patch.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-09-02 15:25:02 -07:00
parent 8b36a761fe
commit f830beb1b6
2 changed files with 5 additions and 16 deletions
-11
View File
@@ -1,11 +0,0 @@
--- a/parallel.c
+++ b/parallel.c
@@ -241,7 +241,7 @@ pid_t create_pipe_child(int *fd, int orig_fd)
return pipe_child(fds[0], orig_fd);
}
-#if defined(__CYGWIN__)
+#if defined(__CYGWIN__) || defined(__UCLIBC__)
int getloadavg(double loadavg[], int nelem) {
int fd, n, elem;
char buf[128];