diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-06 21:41:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-06 21:41:09 +0000 |
commit | cc2bc454d1381b67e65264336dc21e0ad20e1a9f (patch) | |
tree | 3ba2ad6281dafeffcd6a1fcd3c943a3d57d57d26 | |
parent | b077c9f47d276ba32b187883958bb90a64dccdf4 (diff) | |
download | busybox-w32-cc2bc454d1381b67e65264336dc21e0ad20e1a9f.tar.gz busybox-w32-cc2bc454d1381b67e65264336dc21e0ad20e1a9f.tar.bz2 busybox-w32-cc2bc454d1381b67e65264336dc21e0ad20e1a9f.zip |
Fix adjtimex applet compile
-rw-r--r-- | miscutils/adjtimex.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); | |||
52 | #include <sys/timex.h> | 52 | #include <sys/timex.h> |
53 | #endif | 53 | #endif |
54 | 54 | ||
55 | #ifdef BB_VER | ||
56 | #include "busybox.h" | 55 | #include "busybox.h" |
57 | #endif | ||
58 | 56 | ||
59 | static struct {int bit; char *name;} statlist[] = { | 57 | static struct {int bit; char *name;} statlist[] = { |
60 | { STA_PLL, "PLL" }, | 58 | { STA_PLL, "PLL" }, |