1 /* $NetBSD: adjtimex.c,v 1.5 2020/05/25 20:47:24 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