summaryrefslogtreecommitdiff
path: root/sys/compat/hpux/hpux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/hpux/hpux_sysent.c')
-rw-r--r--sys/compat/hpux/hpux_sysent.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/hpux/hpux_sysent.c b/sys/compat/hpux/hpux_sysent.c
index 7c30f535d26..3af496be153 100644
--- a/sys/compat/hpux/hpux_sysent.c
+++ b/sys/compat/hpux/hpux_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: hpux_sysent.c,v 1.8 2001/08/26 04:14:26 deraadt Exp $ */
+/* $OpenBSD: hpux_sysent.c,v 1.9 2001/10/10 23:44:26 art Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.6 1999/06/07 07:17:46 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.7 2001/10/10 23:43:44 art Exp
*/
#include <sys/param.h>
@@ -102,8 +102,8 @@ struct sysent hpux_sysent[] = {
hpux_sys_setpgrp_6x }, /* 39 = setpgrp_6x */
{ 2, s(struct hpux_sys_lstat_args),
hpux_sys_lstat }, /* 40 = lstat */
- { 1, s(struct hpux_sys_dup_args),
- hpux_sys_dup }, /* 41 = dup */
+ { 1, s(struct sys_dup_args),
+ sys_dup }, /* 41 = dup */
{ 0, 0,
sys_opipe }, /* 42 = opipe */
{ 1, s(struct hpux_sys_times_6x_args),