anoncvs errors

2014-07-04 Thread Vijay Sankar
Hi, I am not sure if I am doing something wrong but just wanted to report the following error when trying to use anoncvs, I also tried utoronto site and got the same error. ualberta did not allow me to connect. obsd55$ /usr/local/bin/cvsync -c /home/vsankar/jobs/cvs-syncfile Connecting to a

Re: anoncvs errors

2014-07-04 Thread Stuart Henderson
On 2014/07/04 04:31, Vijay Sankar wrote: > Here is a copy of my cvs-syncfile and I had upgraded to cvsync-0.25.0pre0 You need cvsync-0.25.0pre0p0

Re: anoncvs errors

2014-07-04 Thread Mark Kettenis
> Date: Fri, 04 Jul 2014 04:31:35 -0500 > From: Vijay Sankar > > obsd55$ pkg_info | grep cvs > cvsync-0.25.0pre0 CVS repository synchronization utility You need cvsync-0.25.0pre0p0

Re: anoncvs errors

2014-07-04 Thread Vijay Sankar
Quoting Stuart Henderson : On 2014/07/04 04:31, Vijay Sankar wrote: Here is a copy of my cvs-syncfile and I had upgraded to cvsync-0.25.0pre0 You need cvsync-0.25.0pre0p0 Thanks very much. Was able to update. obsd55$ /usr/local/bin/cvsync -c /home/vsankar/jobs/cvs-syncfile Connecting to

Re: diff: class-static-route of dhcp-option

2014-07-04 Thread YASUOKA Masahiko
On Fri, 4 Jul 2014 09:26:04 +0200 Kenneth Westerback wrote: >> @@ -847,7 +847,7 @@ parse_cidr(FILE *cfile, unsigned char *a >> if (token == TOK_NUMBER) >> convert_num(prefix, val, 10, 8); >> >> - if (token != TOK_NUMBER || *prefix < 1 || *prefix > 32) { >> + if

[PATCH] sasyncd: malloc/memset => calloc

2014-07-04 Thread Benjamin Baier
i got a few easy ones left... Index: net.c === RCS file: /cvs/src/usr.sbin/sasyncd/net.c,v retrieving revision 1.20 diff -u -p -r1.20 net.c --- net.c 11 Mar 2013 17:40:11 - 1.20 +++ net.c 11 Jun 2014 17:28:28 -000

[PATCH] rtsold: malloc/memset => calloc

2014-07-04 Thread Benjamin Baier
Index: rtsold.c === RCS file: /cvs/src/usr.sbin/rtsold/rtsold.c,v retrieving revision 1.50 diff -u -p -r1.50 rtsold.c --- rtsold.c21 Oct 2013 08:46:07 - 1.50 +++ rtsold.c11 Jun 2014 17:28:11 - @@ -324,12 +324,11 @@

[PATCH] rdist: malloc/memset => calloc

2014-07-04 Thread Benjamin Baier
Index: child.c === RCS file: /cvs/src/usr.bin/rdist/child.c,v retrieving revision 1.16 diff -u -p -r1.16 child.c --- child.c 18 Apr 2011 12:29:59 - 1.16 +++ child.c 9 Jun 2014 18:33:28 - @@ -363,7 +363,6 @@ waitup(

[PATCH] rtadvd malloc/memset => calloc

2014-07-04 Thread Benjamin Baier
Index: config.c === RCS file: /cvs/src/usr.sbin/rtadvd/config.c,v retrieving revision 1.40 diff -u -p -r1.40 config.c --- config.c17 Oct 2013 16:27:48 - 1.40 +++ config.c11 Jun 2014 17:27:47 - @@ -240,9 +240,8 @@ g

Re: boot/zboot: cmd.c merge

2014-07-04 Thread Tobias Stoeckmann
On Sun, Jun 29, 2014 at 08:40:53PM +0200, Tobias Stoeckmann wrote: > "cc -c" works for zaurus' cmd.c. I don't have a zaurus, so it would be > nice if a zaurus owner can test these changes. Got feedback from zaurus users. The Makefile was missing another change: It still listed cmd.c in SRCS. Co

Re: [PATCH] rdist: malloc/memset => calloc

2014-07-04 Thread Philip Guenther
Slightly tweaked version applied. Thanks Philip Guenther

Re: [PATCH] rtadvd malloc/memset => calloc

2014-07-04 Thread Philip Guenther
rtadvd, rtsold, and sasyncd diffs applied. Thanks! Philip Guenther