Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 Don't need to extern ncpus - <sys/systm.h> h...



details:   https://anonhg.NetBSD.org/src/rev/b0f5fa86db53
branches:  trunk
changeset: 499325:b0f5fa86db53
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Nov 17 05:07:45 2000 +0000

description:
Don't need to extern ncpus - <sys/systm.h> has this.

diffstat:

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

diffs (18 lines):

diff -r fae4d014d843 -r b0f5fa86db53 sys/compat/osf1/osf1_misc.c
--- a/sys/compat/osf1/osf1_misc.c       Fri Nov 17 05:00:26 2000 +0000
+++ b/sys/compat/osf1/osf1_misc.c       Fri Nov 17 05:07:45 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_misc.c,v 1.57 2000/11/17 03:06:28 erh Exp $ */
+/* $NetBSD: osf1_misc.c,v 1.58 2000/11/17 05:07:45 simonb Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -154,8 +154,6 @@
        return (0);
 }
 
-extern int ncpus;
-
 int
 osf1_sys_getsysinfo(struct proc *p, void *v, register_t *retval)
 {



Home | Main Index | Thread Index | Old Index