projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b077c9f
)
Fix adjtimex applet compile
author
Eric Andersen
<andersen@codepoet.org>
Fri, 6 Dec 2002 21:41:09 +0000
(21:41 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 6 Dec 2002 21:41:09 +0000
(21:41 -0000)
miscutils/adjtimex.c
patch
|
blob
|
history
diff --git
a/miscutils/adjtimex.c
b/miscutils/adjtimex.c
index e3c160d879c987676715cbe1d36973c09a2d8823..848f7340e36bdd23a661fb150bf8138f58f27428 100644
(file)
--- a/
miscutils/adjtimex.c
+++ b/
miscutils/adjtimex.c
@@
-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" },