1
0
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:
2013-03-26 14:44:19 +00:00
committed by Git OBS Bridge
parent 53709cce71
commit 7650fbe6dd
6 changed files with 13 additions and 108 deletions

View File

@@ -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