Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/13/1997 10:50:06
veego
Thu Nov 13 02:43:10 PST 1997
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv1750/hp300/hp300

Modified Files:
	intr.c 
Log Message:
Add a missing #if NARP > 0 around arpintr(); and add a #include "arp.h"
for NARP. This is for the 'new' arp system.


veego
Thu Nov 13 02:43:15 PST 1997
Update of /cvsroot/src/sys/arch/mvme68k/mvme68k
In directory netbsd1:/var/slash-tmp/cvs-serv1750/mvme68k/mvme68k

Modified Files:
	isr.c 
Log Message:
Add a missing #if NARP > 0 around arpintr(); and add a #include "arp.h"
for NARP. This is for the 'new' arp system.


veego
Thu Nov 13 02:43:19 PST 1997
Update of /cvsroot/src/sys/arch/pica/pica
In directory netbsd1:/var/slash-tmp/cvs-serv1750/pica/pica

Modified Files:
	trap.c 
Log Message:
Add a missing #if NARP > 0 around arpintr(); and add a #include "arp.h"
for NARP. This is for the 'new' arp system.


veego
Thu Nov 13 02:43:22 PST 1997
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv1750/sparc/sparc

Modified Files:
	intr.c 
Log Message:
Add a missing #if NARP > 0 around arpintr(); and add a #include "arp.h"
for NARP. This is for the 'new' arp system.


veego
Thu Nov 13 02:43:26 PST 1997
Update of /cvsroot/src/sys/arch/sun3/sun3
In directory netbsd1:/var/slash-tmp/cvs-serv1750/sun3/sun3

Modified Files:
	isr.c 
Log Message:
Add a missing #if NARP > 0 around arpintr(); and add a #include "arp.h"
for NARP. This is for the 'new' arp system.


veego
Thu Nov 13 02:43:30 PST 1997
Update of /cvsroot/src/sys/arch/vax/vax
In directory netbsd1:/var/slash-tmp/cvs-serv1750/vax/vax

Modified Files:
	intvec.s 
Log Message:
Add a missing #if NARP > 0 around arpintr(); and add a #include "arp.h"
for NARP. This is for the 'new' arp system.


veego
Thu Nov 13 02:48:24 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory netbsd1:/var/slash-tmp/cvs-serv2606/mac68k/mac68k

Modified Files:
	machdep.c 
Log Message:
if NARP -> if NARP > 0