summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-19 05:44:28 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-19 05:44:28 +0000
commitb87e4bf2a85061e80746b6ca450e49e82bd82921 (patch)
treec194262ae27eda3114e7649c690d808b1d918462 /sys
parent43ac3a4ffd50bc13cd47e341ef3f9cade4a48b24 (diff)
extern schedhz
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sched.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h
index c44d449ec2b..41e9775c38e 100644
--- a/sys/sys/sched.h
+++ b/sys/sys/sched.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sched.h,v 1.1 1999/08/15 00:07:50 pjanzen Exp $ */
+/* $OpenBSD: sched.h,v 1.2 2001/08/19 05:44:27 art Exp $ */
/* $NetBSD: sched.h,v 1.2 1999/02/28 18:14:58 ross Exp $ */
/*-
@@ -90,7 +90,7 @@
#define NICE_WEIGHT 2 /* priorities per nice level */
#define ESTCPULIM(e) min((e), NICE_WEIGHT * PRIO_MAX - PPQ)
-/* int schedhz; * ideally: 16 */
+extern int schedhz; /* ideally: 16 */
#ifdef _SYS_PROC_H_
void schedclock __P((struct proc *p));