Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp300/include catch up with const ksiginfo_t and co...



details:   https://anonhg.NetBSD.org/src/rev/cbd0c93c559c
branches:  trunk
changeset: 552630:cbd0c93c559c
user:      cl <cl%NetBSD.org@localhost>
date:      Sun Sep 28 21:12:26 2003 +0000

description:
catch up with const ksiginfo_t and const sigset_t

diffstat:

 sys/arch/hp300/include/hpux_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dec32016f528 -r cbd0c93c559c sys/arch/hp300/include/hpux_machdep.h
--- a/sys/arch/hp300/include/hpux_machdep.h     Sun Sep 28 20:02:44 2003 +0000
+++ b/sys/arch/hp300/include/hpux_machdep.h     Sun Sep 28 21:12:26 2003 +0000
@@ -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_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 */



Home | Main Index | Thread Index | Old Index