syscallarg(char *) path;
};
+struct sys_futimes_args {
+ syscallarg(int) fd;
+ syscallarg(struct timeval *) tptr;
+};
+
struct sys___semctl_args {
syscallarg(int) semid;
syscallarg(int) semnum;
int sys_mlock __P((struct proc *, void *, register_t *));
int sys_munlock __P((struct proc *, void *, register_t *));
int sys_undelete __P((struct proc *, void *, register_t *));
+int sys_futimes __P((struct proc *, void *, register_t *));
#ifdef LKM
int sys_lkmnosys __P((struct proc *, void *, register_t *));
int sys_lkmnosys __P((struct proc *, void *, register_t *));