From 2ccfef2004675cc6cb18b9cdad1ebdaf892a10c2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Mar 2001 19:30:24 +0000 Subject: Patch from Vladimir to move struct applet from busybox.c to applets.c, which looks like the right place for such things to live. --- applets.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'applets.h') diff --git a/applets.h b/applets.h index f7f68cd8d..8c59507ce 100644 --- a/applets.h +++ b/applets.h @@ -436,7 +436,4 @@ { 0,NULL,0 } }; -/* The -1 arises because of the {0,NULL,0,-1} entry above. */ -size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1); - #endif -- cgit v1.2.3