projects
/
oweals
/
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 b9c06d724c6273bef95a8f47c30e7410caf58eb7..b6602b942a4e5cda4e7c89e5e76028f385e549b2 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