Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/18/1997 11:00:07
enami
Sat Oct 18 03:50:28 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv7936
Modified Files:
Tag: marc-pcmcia
if_ne_pcmcia.c
Log Message:
In the macro ne2000_match(), use its argument `fct' instead of
using pa->pf->number directly.
is
Sat Oct 18 03:50:56 PDT 1997
Update of /cvsroot/src/sys/arch/amiga/amiga
In directory netbsd1:/var/slash-tmp/cvs-serv7907
Modified Files:
machdep.c
Log Message:
Part of this is voodoo from the sparc/machdep.c, part guesswork.
lukem
Sat Oct 18 03:54:18 PDT 1997
Update of /cvsroot/src/usr.bin/rpcgen
In directory netbsd1:/var/slash-tmp/cvs-serv8633
Modified Files:
rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c
rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c
Log Message:
KNFify, generate prototypes, etc (to shut up WARNS on generated code)
enami
Sat Oct 18 03:56:34 PDT 1997
Update of /cvsroot/src/sys/dev/pcmcia
In directory netbsd1:/var/slash-tmp/cvs-serv8816
Modified Files:
if_ne_pcmcia.c
Log Message:
Pull down changes from branch which is commited to by mistake...
> revision 1.1.2.6
> date: 1997/10/18 10:50:21; author: enami; state: Exp; lines: +2 -2
> In the macro ne2000_match(), use its argument `fct' instead of
> using pa->pf->number directly.