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

@ -76,7 +76,7 @@ struct client_config_t client_config = {
arp: "\0\0\0\0\0\0", /* appease gcc-3.0 */
};
#ifndef BB_VER
#ifndef IN_BUSYBOX
static void __attribute__ ((noreturn)) show_usage(void)
{
printf(

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[])

View File

@ -3,7 +3,7 @@
#ifndef _LIBBB_UDHCP_H
#define _LIBBB_UDHCP_H
#ifdef BB_VER
#ifdef IN_BUSYBOX
#include "libbb.h"
#ifdef CONFIG_FEATURE_UDHCP_SYSLOG