summaryrefslogtreecommitdiff
path: root/sys/kern/kern_threads.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
commit4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch)
treed25f628a9aba608f64fe75989d2287c6480e8b0b /sys/kern/kern_threads.c
parentfbff0da4c8b49e614414ea85874ca2eace160515 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_threads.c')
-rw-r--r--sys/kern/kern_threads.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_threads.c b/sys/kern/kern_threads.c
index 37b1461b3301..d618aadf741c 100644
--- a/sys/kern/kern_threads.c
+++ b/sys/kern/kern_threads.c
@@ -46,7 +46,7 @@
* in Germany will I accept domestic beer. This code may or may not work
* and I certainly make no claims as to its fitness for *any* purpose.
*
- * $Id: kern_threads.c,v 1.3 1997/09/02 20:05:44 bde Exp $
+ * $Id: kern_threads.c,v 1.4 1997/11/06 19:29:16 phk Exp $
*/
#include <sys/param.h>
@@ -70,7 +70,7 @@ int
thr_sleep(struct proc *p, struct thr_sleep_args *uap) {
int sleepstart;
struct timespec ts;
- struct timeval atv, utv;
+ struct timeval atv;
int error, s, timo;
timo = 0;