diff options
Diffstat (limited to 'kern/time_stamp.c')
-rw-r--r-- | kern/time_stamp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/time_stamp.c b/kern/time_stamp.c index 7f4c0f6..ee141a0 100644 --- a/kern/time_stamp.c +++ b/kern/time_stamp.c @@ -33,8 +33,7 @@ * ts.c - kern_timestamp system call. */ kern_return_t -kern_timestamp(tsp) -struct tsval *tsp; +kern_timestamp(struct tsval *tsp) { /* temp.low_val = 0; |