mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Fix adjtimex applet compile
This commit is contained in:
parent
b077c9f47d
commit
cc2bc454d1
@ -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" },
|
||||||
|
Loading…
Reference in New Issue
Block a user