Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/sunos catch up with const sigset_t and const ksig...
details: https://anonhg.NetBSD.org/src/rev/4d46fa0a1a7e
branches: trunk
changeset: 552591:4d46fa0a1a7e
user: cl <cl%NetBSD.org@localhost>
date: Sun Sep 28 00:04:52 2003 +0000
description:
catch up with const sigset_t and const ksiginfo_t
diffstat:
sys/compat/sunos/sunos.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b3d04825737d -r 4d46fa0a1a7e sys/compat/sunos/sunos.h
--- a/sys/compat/sunos/sunos.h Sat Sep 27 23:10:47 2003 +0000
+++ b/sys/compat/sunos/sunos.h Sun Sep 28 00:04:52 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunos.h,v 1.16 2003/09/26 12:02:57 simonb Exp $ */
+/* $NetBSD: sunos.h,v 1.17 2003/09/28 00:04:52 cl Exp $ */
#ifndef _COMPAT_SUNOS_SUNOS_H_
#define _COMPAT_SUNOS_SUNOS_H_
@@ -155,7 +155,7 @@
__BEGIN_DECLS
/* Defined in arch/<arch>/sunos_machdep.c */
#ifdef __HAVE_SIGINFO
-void sunos_sendsig __P((struct ksiginfo *, sigset_t *));
+void sunos_sendsig __P((const ksiginfo_t *, const sigset_t *));
#else
void sunos_sendsig __P((int, const sigset_t *, u_long));
#endif
Home |
Main Index |
Thread Index |
Old Index