diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-11-17 21:40:04 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-11-17 21:40:04 +0000 |
| commit | db3db664bdb413aab5d5bdb9ac8a9b3441d22cf4 (patch) | |
| tree | c04f72addc093cb89141a893cce4f1bdb1450e70 /sys | |
| parent | 1e533cd38cc1c63ef39254819e0b8ab6c0c1e7e0 (diff) | |
Make this compile again.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/compat/osf1/osf1_misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/osf1/osf1_misc.c b/sys/compat/osf1/osf1_misc.c index 101a971e98c..72ce49860a0 100644 --- a/sys/compat/osf1/osf1_misc.c +++ b/sys/compat/osf1/osf1_misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: osf1_misc.c,v 1.58 2000/11/17 05:07:45 simonb Exp $ */ +/* $NetBSD: osf1_misc.c,v 1.59 2000/11/17 21:40:04 thorpej Exp $ */ /* * Copyright (c) 1999 Christopher G. Demetriou. All rights reserved. @@ -157,6 +157,7 @@ osf1_sys_set_program_attributes(p, v, retval) int osf1_sys_getsysinfo(struct proc *p, void *v, register_t *retval) { + extern int ncpus; struct osf1_sys_getsysinfo_args *uap = v; int error; int unit; |
