upgrade 6-STABLE to -CURRENT on sparc64 renders box unusable

Ed Schouten ed at fxq.nl
Tue Jul 10 20:53:25 UTC 2007


* Michiel Boland <michiel at boland.org> wrote:
> --- __getosreldate.c.orig	2007-07-10 22:29:02.000000000 +0200
> +++ __getosreldate.c	2007-07-10 22:28:20.000000000 +0200
> @@ -42,13 +42,10 @@
>  int
>  __getosreldate(void)
>  {
> -	static int osreldate;
> +	int osreldate;
>  	size_t len;
>  	int oid[2];
>  	int error, osrel;
> -
> -	if (osreldate != 0)
> -		return (osreldate);
>
>  	oid[0] = CTL_KERN;
>  	oid[1] = KERN_OSRELDATE;

Isn't the problem solved by just initializing osreldate with zero?

-- 
 Ed Schouten <ed at fxq.nl>
 WWW: http://g-rave.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20070710/fbe29dbe/attachment.pgp


More information about the freebsd-current mailing list