Fix adjtimex applet compile
authorEric Andersen <andersen@codepoet.org>
Fri, 6 Dec 2002 21:41:09 +0000 (21:41 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 6 Dec 2002 21:41:09 +0000 (21:41 -0000)
miscutils/adjtimex.c

index e3c160d879c987676715cbe1d36973c09a2d8823..848f7340e36bdd23a661fb150bf8138f58f27428 100644 (file)
@@ -52,9 +52,7 @@ extern int adjtimex(struct timex *buf);
 #include <sys/timex.h>
 #endif
 
-#ifdef BB_VER
 #include "busybox.h"
-#endif
 
 static struct {int bit; char *name;} statlist[] = {
        { STA_PLL,       "PLL"       },