catch up with const ksiginfo_t and const sigset_t

This commit is contained in:
cl 2003-09-28 21:12:26 +00:00
parent cda395fc27
commit 5701ee6c8e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpux_machdep.h,v 1.17 2003/09/22 14:35:59 cl Exp $ */
/* $NetBSD: hpux_machdep.h,v 1.18 2003/09/28 21:12:26 cl Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -74,7 +74,7 @@ int hpux_cpu_vmcmd __P((struct proc *, struct exec_vmcmd *));
int hpux_cpu_sysconf_arch __P((void));
int hpux_to_bsd_uoff __P((int *, int *, struct lwp *));
void hpux_sendsig __P((struct ksiginfo *, sigset_t *));
void hpux_sendsig __P((const ksiginfo_t *, const sigset_t *));
void hpux_setregs __P((struct lwp *, struct exec_package *,
u_long));
#endif /* _KERNEL */