.
OBS-URL: https://build.opensuse.org/package/show/Base:System/procps?expand=0&rev=38
This commit is contained in:
parent
115fcc4405
commit
0fa45e04ea
@ -106,3 +106,13 @@
|
|||||||
free(tmpname);
|
free(tmpname);
|
||||||
free(outname);
|
free(outname);
|
||||||
return rc;
|
return rc;
|
||||||
|
--- w.c
|
||||||
|
+++ w.c 2010-10-29 09:56:22.936426251 +0000
|
||||||
|
@@ -15,6 +15,7 @@
|
||||||
|
#include <ctype.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
+#include <signal.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
@ -9,6 +9,15 @@
|
|||||||
ALL_LDFLAGS := $(PKG_LDFLAGS) $(LDFLAGS)
|
ALL_LDFLAGS := $(PKG_LDFLAGS) $(LDFLAGS)
|
||||||
|
|
||||||
############ Add some extra flags if gcc allows
|
############ Add some extra flags if gcc allows
|
||||||
|
@@ -250,7 +250,7 @@ pmap w uptime tload free sysctl vmstat u
|
||||||
|
slabtop top: % : %.o $(LIBPROC)
|
||||||
|
$(CC) $(ALL_CFLAGS) $^ $(ALL_LDFLAGS) -o $@ $(CURSES)
|
||||||
|
|
||||||
|
-watch: % : %.o
|
||||||
|
+watch: % : %.o $(LIBPROC)
|
||||||
|
$(CC) $(ALL_CFLAGS) $^ $(ALL_LDFLAGS) -o $@ $(CURSES)
|
||||||
|
|
||||||
|
############ progX --> progY
|
||||||
--- ps/module.mk
|
--- ps/module.mk
|
||||||
+++ ps/module.mk 2010-10-04 16:46:47.668425720 +0000
|
+++ ps/module.mk 2010-10-04 16:46:47.668425720 +0000
|
||||||
@@ -20,11 +20,11 @@ PS_X := COPYING HACKING TRANSLATION comm
|
@@ -20,11 +20,11 @@ PS_X := COPYING HACKING TRANSLATION comm
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 29 12:17:40 CEST 2010 - werner@suse.de
|
||||||
|
|
||||||
|
- Fix race in parallel make
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 29 11:47:52 CEST 2010 - werner@suse.de
|
Fri Oct 29 11:47:52 CEST 2010 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user