slight change to reflect BB_VER change

This commit is contained in:
Russ Dill
2002-12-11 22:43:37 +00:00
parent f4b273cbb4
commit 54fde9ea5c
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ struct lease_t {
u_int32_t expires;
};
#ifdef BB_VER
#ifdef IN_BUSYBOX
int dumpleases_main(int argc, char *argv[])
#else
int main(int argc, char *argv[])