Author: avg
Date: Mon May 16 15:36:11 2011
New Revision: 221991
URL: http://svn.freebsd.org/changeset/base/221991

Log:
  Revert accidentally committed local change in r221990
  
  Pointyhat to: avg

Modified:
  head/sys/cddl/compat/opensolaris/sys/time.h

Modified: head/sys/cddl/compat/opensolaris/sys/time.h
==============================================================================
--- head/sys/cddl/compat/opensolaris/sys/time.h Mon May 16 15:29:59 2011        
(r221990)
+++ head/sys/cddl/compat/opensolaris/sys/time.h Mon May 16 15:36:11 2011        
(r221991)
@@ -53,7 +53,7 @@ gethrtime(void) {
        struct timespec ts;
        hrtime_t nsec;
 
-       nanouptime(&ts);
+       getnanouptime(&ts);
        nsec = (hrtime_t)ts.tv_sec * NANOSEC + ts.tv_nsec;
        return (nsec);
 }
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to