xref: /netbsd-src/external/bsd/ntp/dist/libntp/adjtimex.c (revision d909946ca08dceb44d7d0f22ec9488679695d976)
1 /*	$NetBSD: adjtimex.c,v 1.4 2016/01/08 21:35:38 christos Exp $	*/
2 
3 /*
4  * Copyright (c) 1983 Regents of the University of California.
5  * All rights reserved.  The Berkeley software License Agreement
6  * specifies the terms and conditions for redistribution.
7  */
8 
9 #ifndef lint
10 _sccsid:.asciz  "11/19/91       ULTRIX  @(#)adjtime.c   6.1"
11 #endif not lint
12 
13 #include "SYS.h"
14 
15 SYSCALL(adjtimex)
16         ret
17 
18