aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-31 19:06:07 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-31 19:06:07 +0000
commit221b2ea6c40e5b2e0123a0c9a4ba6e74d86eb33f (patch)
tree9fc861b2a801e9a95308474eb9f9af0ab1084e75 /applets.h
parent9a53feaa76840ef21bef864244d95b5ac6923658 (diff)
downloadbusybox-221b2ea6c40e5b2e0123a0c9a4ba6e74d86eb33f.tar.gz
I just wrote up a simple pidof applet, closing bug #1197
-Erik
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets.h b/applets.h
index 9fc59cda5..0786c39eb 100644
--- a/applets.h
+++ b/applets.h
@@ -284,6 +284,9 @@
#ifdef BB_NSLOOKUP
APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN)
#endif
+#ifdef BB_PIDOF
+ APPLET(pidof, pidof_main, _BB_DIR_BIN)
+#endif
#ifdef BB_PING
APPLET(ping, ping_main, _BB_DIR_BIN)
#endif