[BusyBox-cvs] busybox/miscutils adjtimex.c,1.2,1.3

Erik Andersen andersen at codepoet.org
Fri Dec 6 21:41:12 UTC 2002


Update of /var/cvs/busybox/miscutils
In directory winder:/tmp/cvs-serv4323/miscutils

Modified Files:
	adjtimex.c 
Log Message:
Fix adjtimex applet compile


Index: adjtimex.c
===================================================================
RCS file: /var/cvs/busybox/miscutils/adjtimex.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- adjtimex.c	5 Apr 2001 03:14:39 -0000	1.2
+++ adjtimex.c	6 Dec 2002 21:41:09 -0000	1.3
@@ -52,9 +52,7 @@
 #include <sys/timex.h>
 #endif
 
-#ifdef BB_VER
 #include "busybox.h"
-#endif
 
 static struct {int bit; char *name;} statlist[] = {
 	{ STA_PLL,       "PLL"       },




More information about the busybox-cvs mailing list