Add futimes(), at position 206.

This commit is contained in:
mycroft 1996-04-23 10:24:21 +00:00
parent 5bdb632088
commit af747826c6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.31 1996/02/27 04:20:41 jonathan Exp $
$NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@ -355,7 +355,7 @@
203 STD { int sys_mlock(caddr_t addr, size_t len); }
204 STD { int sys_munlock(caddr_t addr, size_t len); }
205 STD { int sys_undelete(char *path); }
206 UNIMPL
206 STD { int sys_futimes(int fd, struct timeval *tptr); }
207 UNIMPL
208 UNIMPL
209 UNIMPL