Subject: minor error in src/usr.sbin/yp/ypbind/ypbind.c
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Kim Andersen <kim@dde.dk>
List: netbsd-bugs
Date: 11/16/1993 23:36:41
There a minor error in src/usr.sbin/yp/ypbind/ypbind.c (fetched 15-11-93
so it might allready be corrected)

Should bugs in current go to netbsd-bugs or to current-users ?

Here's the diff:
*** /tmp/ypbind.c.org   Tue Nov 16 23:19:35 1993
--- src/usr.sbin/yp/ypbind/ypbind.c     Tue Nov 16 23:12:31 1993
***************
*** 199,203 ****
  
	if(ntohs(fromsin->sin_port) >= IPPORT_RESERVED)
!               return (void &)&res;
	    
	if(argp->ypsetdom_vers != YPVERS)
--- 199,203 ----

	if(ntohs(fromsin->sin_port) >= IPPORT_RESERVED)
!               return (void *)&res;

	if(argp->ypsetdom_vers != YPVERS)

------------------------------------------------------------------------------