PERFORCE change 103934 for review
John Birrell
jb at FreeBSD.org
Tue Aug 15 01:48:47 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=103934
Change 103934 by jb at jb_freebsd2 on 2006/08/15 01:47:58
Be specific that no arguments are passed.
Affected files ...
.. //depot/projects/dtrace/src/sys/sys/time.h#8 edit
Differences ...
==== //depot/projects/dtrace/src/sys/sys/time.h#8 (text+ko) ====
@@ -339,7 +339,7 @@
typedef longlong_t hrtime_t;
#ifndef _KERNEL
-static __inline hrtime_t gethrtime() {
+static __inline hrtime_t gethrtime(void) {
struct timespec ts;
clock_gettime(CLOCK_UPTIME,&ts);
return (((u_int64_t) ts.tv_sec) * NANOSEC + ts.tv_nsec);
More information about the p4-projects
mailing list