projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2faee7b
)
Remove cruft
author
Eric Andersen
<andersen@codepoet.org>
Mon, 26 May 2003 18:06:20 +0000
(18:06 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 26 May 2003 18:06:20 +0000
(18:06 -0000)
libbb/find_pid_by_name.c
patch
|
blob
|
history
diff --git
a/libbb/find_pid_by_name.c
b/libbb/find_pid_by_name.c
index
b9c06d7
..
b6602b9
100644
(file)
--- a/
libbb/find_pid_by_name.c
+++ b/
libbb/find_pid_by_name.c
@@
-25,8
+25,6
@@
#include <stdlib.h>
#include "libbb.h"
-#define READ_BUF_SIZE 50
-
/* find_pid_by_name()
*
* Modified by Vladimir Oleynik for use with libbb/procps.c