From 394eca956622545a3957cedbe88a5f53afa7d2c2 Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 6 Dec 2002 21:41:09 +0000 Subject: Fix adjtimex applet compile git-svn-id: svn://busybox.net/trunk/busybox@6118 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- miscutils/adjtimex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'miscutils') 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" }, -- cgit v1.2.3-55-g6feb