aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-31 19:06:07 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-31 19:06:07 +0000
commitd4f07e3e83020e7996e17d1447c0d92c75d854af (patch)
tree9fc861b2a801e9a95308474eb9f9af0ab1084e75 /include/applets.h
parentc5cf1bbfcb97c55467173c8a0b15842d19891c72 (diff)
downloadbusybox-w32-d4f07e3e83020e7996e17d1447c0d92c75d854af.tar.gz
busybox-w32-d4f07e3e83020e7996e17d1447c0d92c75d854af.tar.bz2
busybox-w32-d4f07e3e83020e7996e17d1447c0d92c75d854af.zip
I just wrote up a simple pidof applet, closing bug #1197
-Erik git-svn-id: svn://busybox.net/trunk/busybox@3169 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 9fc59cda5..0786c39eb 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -284,6 +284,9 @@
284#ifdef BB_NSLOOKUP 284#ifdef BB_NSLOOKUP
285 APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN) 285 APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN)
286#endif 286#endif
287#ifdef BB_PIDOF
288 APPLET(pidof, pidof_main, _BB_DIR_BIN)
289#endif
287#ifdef BB_PING 290#ifdef BB_PING
288 APPLET(ping, ping_main, _BB_DIR_BIN) 291 APPLET(ping, ping_main, _BB_DIR_BIN)
289#endif 292#endif