CVS issue?

2013-06-24 Thread Ian McWilliam
Anybody else seeing this updating ports via cvs? CVSROOT anon...@anoncvs1.ca.openbsd.org:/cvs cvs update: ignoring databases/erl-couchbeam/patches (CVS/Entries missing) Write failed: Broken pipe cvs [update aborted]: end of file from server (consult above messages if any) Ian McWilliam

Re: CVS issue?

2013-06-24 Thread Bob Beck
likely from when I killed your process. Have you thought of trying a mirror lately.. On Mon, Jun 24, 2013 at 5:38 AM, Ian McWilliam kaosa...@tpg.com.au wrote: Anybody else seeing this updating ports via cvs? CVSROOT anon...@anoncvs1.ca.openbsd.org:/cvs cvs update: ignoring

[PATCH?] Variable assignments...

2013-06-24 Thread Maxime Villard
Hi, there are lots of useless assignment of variables in the code. I know this kind of things does not really matter, but when I run my code scanner on some parts of the source tree it gives me lots of them. For example, for the net* directories: == src/sys/net/if_bridge.c - l2017

Re: [PATCH?] Variable assignments...

2013-06-24 Thread Kenneth R Westerback
On Mon, Jun 24, 2013 at 06:15:44PM +0200, Maxime Villard wrote: Hi, there are lots of useless assignment of variables in the code. I know this kind of things does not really matter, but when I run my code scanner on some parts of the source tree it gives me lots of them. For example, for