xref: /netbsd-src/external/bsd/ntp/dist/libntp/adjtimex.c (revision 1b9578b8c2c1f848eeb16dabbfd7d1f0d9fdefbd)
1 /*	$NetBSD: adjtimex.c,v 1.1.1.1 2009/12/13 16:55:06 kardel 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