xref: /freebsd-src/contrib/ntp/libntp/adjtimex.c (revision c0b746e5e8d9479f05b3749cbf1f73b8928719bd)
1*c0b746e5SOllivier Robert /*
2*c0b746e5SOllivier Robert  * Copyright (c) 1983 Regents of the University of California.
3*c0b746e5SOllivier Robert  * All rights reserved.  The Berkeley software License Agreement
4*c0b746e5SOllivier Robert  * specifies the terms and conditions for redistribution.
5*c0b746e5SOllivier Robert  */
6*c0b746e5SOllivier Robert 
7*c0b746e5SOllivier Robert #ifndef lint
8*c0b746e5SOllivier Robert _sccsid:.asciz  "11/19/91       ULTRIX  @(#)adjtime.c   6.1"
9*c0b746e5SOllivier Robert #endif not lint
10*c0b746e5SOllivier Robert 
11*c0b746e5SOllivier Robert #include "SYS.h"
12*c0b746e5SOllivier Robert 
13*c0b746e5SOllivier Robert SYSCALL(adjtimex)
14*c0b746e5SOllivier Robert         ret
15*c0b746e5SOllivier Robert 
16