svn commit: r239974 - head/sys/sys

Ed Schouten ed at FreeBSD.org
Sat Sep 1 08:45:59 UTC 2012


Author: ed
Date: Sat Sep  1 08:45:58 2012
New Revision: 239974
URL: http://svn.freebsd.org/changeset/base/239974

Log:
  While there, remove an unneeded blank line.
  
  MFC after:	1 month

Modified:
  head/sys/sys/time.h

Modified: head/sys/sys/time.h
==============================================================================
--- head/sys/sys/time.h	Sat Sep  1 08:45:19 2012	(r239973)
+++ head/sys/sys/time.h	Sat Sep  1 08:45:58 2012	(r239974)
@@ -311,7 +311,6 @@ extern struct timeval boottime;
  * much faster than the functions without "get" prefix and should
  * be used where a precision of 1/hz seconds is acceptable or where
  * performance is priority. (NB: "precision", _not_ "resolution" !)
- *
  */
 
 void	binuptime(struct bintime *bt);


More information about the svn-src-head mailing list