3b1b0a6fed
- Add dateutils-remove-deprecated-header.patch: Remove deprecated glibc sysctl.h header. OBS-URL: https://build.opensuse.org/request/show/856938 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=69
12 lines
349 B
Diff
12 lines
349 B
Diff
diff -Naur a/build-aux/yuck.c b/build-aux/yuck.c
|
|
--- a/build-aux/yuck.c 2020-02-03 06:52:59.000000000 -0600
|
|
+++ b/build-aux/yuck.c 2020-12-18 18:23:04.505541977 -0600
|
|
@@ -65,7 +65,6 @@
|
|
#include <sys/wait.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
-#include <sys/sysctl.h>
|
|
#include <time.h>
|
|
#if defined __APPLE__
|
|
# include <mach-o/dyld.h>
|