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