config.new changes and sendsig change.

This commit is contained in:
phil 1994-12-05 19:27:38 +00:00
parent 51aa2cad2b
commit 008d895ed1
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.9 1994/10/26 08:24:49 cgd Exp $ */
/* $NetBSD: autoconf.c,v 1.10 1994/12/05 19:27:38 phil Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -311,7 +311,7 @@ membusattach(parent, dev, aux)
printf ("\n");
for (name=name_list ; name ; name++) {
for (name=name_list ; *name ; name++) {
if (!config_found(dev, name, membusprint)) {
fail++;
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.26 1994/10/26 08:25:09 cgd Exp $ */
/* $NetBSD: machdep.c,v 1.27 1994/12/05 19:27:40 phil Exp $ */
/*-
* Copyright (c) 1982, 1987, 1990 The Regents of the University of California.
@ -532,7 +532,7 @@ void
sendsig(catcher, sig, mask, code)
sig_t catcher;
int sig, mask;
unsigned code;
u_long code;
{
register struct proc *p = curproc;
register int *regs;