xref: /netbsd-src/external/bsd/ntp/dist/libntp/adjtimex.c (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
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