Subject: SUP vs. CVS for keeping in sync with the NetBSD source tree.
To: None <cracauer@wavehh.hanse.de, grossman@informatik.tu-muenchen.de,>
From: Pete Delaney <pete@RockyMountain.rahul.net>
List: netbsd-ports
Date: 10/11/1995 05:35:45
There was a declaration problem in

	src/sys/arch/sparc/sparc/autoconf.c

with kgdb_debug_panic only being declared in one function but needed in
another. I moved the decl to the begining of the file.

I suppose I'll try syncing up to the source tree with CVS or SUP tomarow if
it turns out to reasonably easy to set up. Any suggestions on the advantages
of the two methods?

-pete