procps-ng/procps-ng-3.3.13-build-fails-due-libio.patch
Troy Dawson e0b30b9900 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/procps-ng#54e6aaca9f5621e4c6de1b015d5a480544b7672a
2020-10-14 16:32:06 -07:00

12 lines
289 B
Diff

diff -up ./procio.c.ori ./procio.c
--- ./procio.c.ori 2018-04-05 13:16:16.926741440 +0200
+++ ./procio.c 2018-04-05 13:16:31.076685287 +0200
@@ -24,7 +24,6 @@
#endif
#include <errno.h>
#include <fcntl.h>
-#include <libio.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>