Regenerate.

This commit is contained in:
stefanf 2005-10-18 11:49:14 +00:00
parent e5209c5665
commit 35136ff29a

View File

@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.200 2005/10/14 12:43:46 davidxu Exp
* created from FreeBSD: src/sys/kern/syscalls.master,v 1.201 2005/10/18 11:46:23 stefanf Exp
*/
#ifndef _SYS_SYSPROTO_H_
@ -1309,7 +1309,7 @@ struct kse_switchin_args {
};
struct ksem_timedwait_args {
char id_l_[PADL_(semid_t)]; semid_t id; char id_r_[PADR_(semid_t)];
char abstime_l_[PADL_(struct timespec *)]; struct timespec * abstime; char abstime_r_[PADR_(struct timespec *)];
char abstime_l_[PADL_(const struct timespec *)]; const struct timespec * abstime; char abstime_r_[PADR_(const struct timespec *)];
};
struct thr_suspend_args {
char timeout_l_[PADL_(const struct timespec *)]; const struct timespec * timeout; char timeout_r_[PADR_(const struct timespec *)];