aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-19 19:30:24 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-19 19:30:24 +0000
commitef4fa0383e2b04718209dcc6348bd594f9278057 (patch)
tree16b0e70cfb8994ee2249c77ba57cef3f56713d2d /include
parent2e9267176926540fa6a51908eb4f3eaf85ab8324 (diff)
downloadbusybox-w32-ef4fa0383e2b04718209dcc6348bd594f9278057.tar.gz
busybox-w32-ef4fa0383e2b04718209dcc6348bd594f9278057.tar.bz2
busybox-w32-ef4fa0383e2b04718209dcc6348bd594f9278057.zip
Patch from Vladimir to move struct applet from busybox.c to applets.c,
which looks like the right place for such things to live. git-svn-id: svn://busybox.net/trunk/busybox@2148 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/applets.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/applets.h b/include/applets.h
index f7f68cd8d..8c59507ce 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -436,7 +436,4 @@
436 { 0,NULL,0 } 436 { 0,NULL,0 }
437}; 437};
438 438
439/* The -1 arises because of the {0,NULL,0,-1} entry above. */
440size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1);
441
442#endif 439#endif