mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 10:55:08 -05:00
Further fixes to avoid use of linux kernel header files
This commit is contained in:
committed by
Richard P. Curnow
parent
29953d6ddb
commit
13ace061fa
@@ -36,16 +36,9 @@
|
||||
|
||||
#define _LOOSE_KERNEL_NAMES
|
||||
|
||||
#include <linux/time.h>
|
||||
#include <linux/timex.h>
|
||||
#include <asm/param.h>
|
||||
|
||||
#include "chrony_timex.h"
|
||||
#include "wrap_adjtimex.h"
|
||||
|
||||
/* This doesn't seem to be in any include files !! */
|
||||
|
||||
extern int adjtimex(struct timex *);
|
||||
|
||||
int
|
||||
TMX_SetTick(long tick)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user