From: Eric Andersen Date: Fri, 6 Dec 2002 21:41:09 +0000 (-0000) Subject: Fix adjtimex applet compile X-Git-Tag: 1_00_pre1~345 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cc2bc454d1381b67e65264336dc21e0ad20e1a9f;p=oweals%2Fbusybox.git Fix adjtimex applet compile --- diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index e3c160d87..848f7340e 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c @@ -52,9 +52,7 @@ extern int adjtimex(struct timex *buf); #include #endif -#ifdef BB_VER #include "busybox.h" -#endif static struct {int bit; char *name;} statlist[] = { { STA_PLL, "PLL" },