Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 Make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/ded2df77f996
branches:  trunk
changeset: 499347:ded2df77f996
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Nov 17 21:40:04 2000 +0000

description:
Make this compile again.

diffstat:

 sys/compat/osf1/osf1_misc.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a2f1ab28c012 -r ded2df77f996 sys/compat/osf1/osf1_misc.c
--- a/sys/compat/osf1/osf1_misc.c       Fri Nov 17 19:33:25 2000 +0000
+++ b/sys/compat/osf1/osf1_misc.c       Fri Nov 17 21:40:04 2000 +0000
@@ -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 @@
 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;



Home | Main Index | Thread Index | Old Index