# On FreeBSD, I produced patches using
diff -ru --exclude=CVS --exclude=compile --exclude=SNOOPYVAULT \
	sys sys_vault >/tmp/kernel_patch
perl -ni -e '/^Only in/ or print' /tmp/kernel_patch
cp /tmp/kernel_patch ./FreeBSD_kernel_patch
#currently that patch only includes the changes to bpf.h, bpf.c, and bpfdesc.h,
#and one line added to conf/options; the scsi stuff remains to be done.
#as with OpenBSD, we must add an options CITI_PACKET_VAULT line to the
#kernel config file (which is in sys/i386/conf).

#I'm ignoring the header files problem for now; I just replace the header
#files in apv/sys/net/ manually as necessary.  Perhaps they should be copied
#to /usr/include instead.
