Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/sunos32 s/sunos_sendsig/sunos32_sendsig/



details:   https://anonhg.NetBSD.org/src/rev/20f3d2175ef2
branches:  trunk
changeset: 503402:20f3d2175ef2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Feb 05 12:48:13 2001 +0000

description:
s/sunos_sendsig/sunos32_sendsig/

diffstat:

 sys/compat/sunos32/sunos32_exec.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 55b791a97a39 -r 20f3d2175ef2 sys/compat/sunos32/sunos32_exec.c
--- a/sys/compat/sunos32/sunos32_exec.c Mon Feb 05 12:47:47 2001 +0000
+++ b/sys/compat/sunos32/sunos32_exec.c Mon Feb 05 12:48:13 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunos32_exec.c,v 1.1 2001/02/02 07:28:54 mrg Exp $      */
+/*     $NetBSD: sunos32_exec.c,v 1.2 2001/02/05 12:48:13 mrg Exp $      */
 
 /*
  * Copyright (c) 2001 Matthew R. Green
@@ -60,7 +60,7 @@
 #else
        NULL,
 #endif
-       sunos_sendsig,
+       sunos32_sendsig,
        sunos_sigcode,
        sunos_esigcode,
        NULL,



Home | Main Index | Thread Index | Old Index