Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Add missing prototype for compat_43_netb...



details:   https://anonhg.NetBSD.org/src/rev/53983292976d
branches:  trunk
changeset: 526485:53983292976d
user:      martin <martin%NetBSD.org@localhost>
date:      Sat May 04 12:54:03 2002 +0000

description:
Add missing prototype for compat_43_netbsd32_sigsetmask.

diffstat:

 sys/compat/netbsd32/netbsd32_compat_43.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f465f61986a3 -r 53983292976d sys/compat/netbsd32/netbsd32_compat_43.c
--- a/sys/compat/netbsd32/netbsd32_compat_43.c  Sat May 04 12:25:00 2002 +0000
+++ b/sys/compat/netbsd32/netbsd32_compat_43.c  Sat May 04 12:54:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_compat_43.c,v 1.21 2002/03/16 20:43:54 christos Exp $ */
+/*     $NetBSD: netbsd32_compat_43.c,v 1.22 2002/05/04 12:54:03 martin Exp $   */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_43.c,v 1.21 2002/03/16 20:43:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_43.c,v 1.22 2002/05/04 12:54:03 martin Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_43.h"
@@ -56,6 +56,7 @@
 int compat_43_netbsd32_killpg __P((struct proc *, void *, register_t *retval));
 int compat_43_netbsd32_sigblock __P((struct proc *, void *, register_t *retval));
 int compat_43_netbsd32_sigblock __P((struct proc *, void *, register_t *retval));
+int compat_43_netbsd32_sigsetmask __P((struct proc *, void *, register_t *retval));
 
 void 
 netbsd32_from_stat43(sp43, sp32)



Home | Main Index | Thread Index | Old Index