diff options
| author | David Xu <davidxu@FreeBSD.org> | 2006-10-17 02:28:26 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2006-10-17 02:28:26 +0000 |
| commit | 3f9223b65decae04e089e9638435b4cc7335f631 (patch) | |
| tree | e268b16a82d7a365f14e32b02afaec679a81c1b7 | |
| parent | 5f641fc0fbdd4d6f2492cf3b735b5f3ac64c6e0f (diff) | |
Notes
| -rw-r--r-- | sys/compat/freebsd32/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 2a421ddbf001..212f5978989a 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -743,7 +743,7 @@ 452 AUE_SETAUDIT_ADDR UNIMPL setaudit_addr 453 AUE_AUDITCTL UNIMPL auditctl 454 AUE_NULL STD { int freebsd32_umtx_op(void *obj, int op,\ - uintptr_t val, void *uaddr, \ + u_long val, void *uaddr, \ void *uaddr2); } 455 AUE_NULL STD { int freebsd32_thr_new( \ struct thr_param32 *param, \ |
