mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
18 lines
402 B
C
18 lines
402 B
C
/* $NetBSD: adjtimex.c,v 1.3 2015/07/10 14:20:32 christos Exp $ */
|
|
|
|
/*
|
|
* Copyright (c) 1983 Regents of the University of California.
|
|
* All rights reserved. The Berkeley software License Agreement
|
|
* specifies the terms and conditions for redistribution.
|
|
*/
|
|
|
|
#ifndef lint
|
|
_sccsid:.asciz "11/19/91 ULTRIX @(#)adjtime.c 6.1"
|
|
#endif not lint
|
|
|
|
#include "SYS.h"
|
|
|
|
SYSCALL(adjtimex)
|
|
ret
|
|
|