Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/hpux Fix typo: hxto -> hzto.
details: https://anonhg.NetBSD.org/src/rev/bca52a1556e9
branches: trunk
changeset: 484107:bca52a1556e9
user: frueauf <frueauf%NetBSD.org@localhost>
date: Sat Mar 25 20:23:05 2000 +0000
description:
Fix typo: hxto -> hzto.
diffstat:
sys/compat/hpux/hpux_compat.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 18b3fe7807ff -r bca52a1556e9 sys/compat/hpux/hpux_compat.c
--- a/sys/compat/hpux/hpux_compat.c Sat Mar 25 20:14:44 2000 +0000
+++ b/sys/compat/hpux/hpux_compat.c Sat Mar 25 20:23:05 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpux_compat.c,v 1.46 2000/03/23 06:48:16 thorpej Exp $ */
+/* $NetBSD: hpux_compat.c,v 1.47 2000/03/25 20:23:05 frueauf Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -1221,7 +1221,7 @@
}
p->p_realtimer.it_value = time;
p->p_realtimer.it_value.tv_sec += SCARG(uap, deltat);
- callout_reset(&p->p_realit_ch, hxto(&p->p_realtimer.it_value),
+ callout_reset(&p->p_realit_ch, hzto(&p->p_realtimer.it_value),
realitexpire, p);
splx(s);
return (0);
Home |
Main Index |
Thread Index |
Old Index