Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/sys Remove one more conflicting definition. Still n...



details:   https://anonhg.NetBSD.org/src/rev/e8795a6244dc
branches:  nathanw_sa
changeset: 506355:e8795a6244dc
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Oct 18 03:32:03 2002 +0000

description:
Remove one more conflicting definition. Still needs some cleanup.

diffstat:

 sys/sys/proc.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 291aac2eb149 -r e8795a6244dc sys/sys/proc.h
--- a/sys/sys/proc.h    Fri Oct 18 03:30:14 2002 +0000
+++ b/sys/sys/proc.h    Fri Oct 18 03:32:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.124.2.26 2002/10/18 03:30:14 nathanw Exp $  */
+/*     $NetBSD: proc.h,v 1.124.2.27 2002/10/18 03:32:03 nathanw Exp $  */
 
 /*-
  * Copyright (c) 1986, 1989, 1991, 1993
@@ -422,9 +422,6 @@
            void (*)(void *), void *, register_t *, struct proc **);
 void   rqinit(void);
 int    groupmember(gid_t, struct ucred *);
-#ifndef cpu_switch
-void   cpu_switch(struct proc *, struct proc *);
-#endif
 #ifndef cpu_idle
 void   cpu_idle(void);
 #endif



Home | Main Index | Thread Index | Old Index