Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 1999 10:59:06 -0500 (EST)
From:      Brian Feldman <green@unixhelp.org>
To:        current@freebsd.org
Subject:   callout changes nit
Message-ID:  <Pine.BSF.4.05.9903061057250.11342-100000@janus.syracuse.net>

next in thread | raw e-mail | index | archive | help
I make a habit of checking out any interesting kernel changes in full, and one
thing I found in the recent diff by Mr. Wollman for kern_timeout.c is:

+void
+callout_init(c)
+       struct  callout *c;
+{
+       bzero(c, sizeof c);
 }

That doesn't look correct, does it?

 Brian Feldman					  _ __  ___ ___ ___  
 green@unixhelp.org			      _ __ ___ | _ ) __|   \ 
	     http://www.freebsd.org/	 _ __ ___ ____ | _ \__ \ |) |
 FreeBSD: The Power to Serve!	   _ __ ___ ____ _____ |___/___/___/ 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9903061057250.11342-100000>