Fix adjtimex applet compile
This commit is contained in:
@ -52,9 +52,7 @@ extern int adjtimex(struct timex *buf);
|
|||||||
#include <sys/timex.h>
|
#include <sys/timex.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BB_VER
|
|
||||||
#include "busybox.h"
|
#include "busybox.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
static struct {int bit; char *name;} statlist[] = {
|
static struct {int bit; char *name;} statlist[] = {
|
||||||
{ STA_PLL, "PLL" },
|
{ STA_PLL, "PLL" },
|
||||||
|
Reference in New Issue
Block a user