forked from jengelh/util-linux
Split util-linux for SRPM clarity (resend of sr#149338)
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=157
This commit is contained in:
20
time-1.7.dif
20
time-1.7.dif
@@ -1,20 +0,0 @@
|
||||
--- resuse.h
|
||||
+++ resuse.h
|
||||
@@ -39,6 +39,9 @@
|
||||
# if HAVE_WAIT3
|
||||
# include <sys/resource.h>
|
||||
# else
|
||||
+# if defined(__linux__) && defined(__alpha__)
|
||||
+# include <sys/resource.h>
|
||||
+# else
|
||||
/* Process resource usage structure. */
|
||||
struct rusage
|
||||
{
|
||||
@@ -49,6 +52,7 @@
|
||||
ru_oublock, ru_msgsnd, ru_msgrcv, ru_nsignals,
|
||||
ru_nvcsw, ru_nivcsw;
|
||||
};
|
||||
+# endif
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user