diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-25 16:28:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-25 16:28:52 +0000 |
commit | 13fc92a79fdc61156f083e7caab5dfe8b28c87a3 (patch) | |
tree | fc963292d7a87fd9777b96a6c772d9b92061b990 /sys/compat | |
parent | 65b305c0a9356c8e0686feb8f2ab31ba81978a76 (diff) |
typo
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/osf1/osf1_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/osf1/osf1_misc.c b/sys/compat/osf1/osf1_misc.c index 8f0311dc841..00894f90375 100644 --- a/sys/compat/osf1/osf1_misc.c +++ b/sys/compat/osf1/osf1_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osf1_misc.c,v 1.16 2004/06/24 19:35:23 tholo Exp $ */ +/* $OpenBSD: osf1_misc.c,v 1.17 2004/06/25 16:28:51 deraadt Exp $ */ /* $NetBSD: osf1_misc.c,v 1.55 2000/06/28 15:39:33 mrg Exp $ */ /* @@ -293,7 +293,7 @@ osf1_sys_usleep_thread(p, v, retval) tsleep(p, PUSER|PCATCH, "uslpthrd", ticks); /* XXX */ if (SCARG(uap, slept) != NULL) { - struct timval tv2; + struct timeval tv2; getmicrotime(&tv2); timersub(&tv2, &tv, &endtv); |