PERFORCE change 104022 for review

Roman Divacky rdivacky at FreeBSD.org
Tue Aug 15 13:32:36 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104022

Change 104022 by rdivacky at rdivacky_witten on 2006/08/15 13:31:49

	Dont use prototypes, include linux_emul.h instead.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_sysvec.c#15 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_sysvec.c#15 (text+ko) ====

@@ -62,6 +62,7 @@
 
 #include <i386/linux/linux.h>
 #include <i386/linux/linux_proto.h>
+#include <compat/linux/linux_emul.h>
 #include <compat/linux/linux_mib.h>
 #include <compat/linux/linux_signal.h>
 #include <compat/linux/linux_util.h>
@@ -106,9 +107,6 @@
 static void	exec_linux_setregs(struct thread *td, u_long entry,
 				   u_long stack, u_long ps_strings);
 
-extern void linux_proc_exit(void *, struct proc *, struct image_params *);
-extern void linux_proc_exec(void *, struct proc *, struct image_params *);
-extern void linux_schedtail(void *, struct proc *);
 extern LIST_HEAD(futex_list, futex) futex_list;
 extern struct sx emul_shared_lock;
 extern struct sx emul_lock;


More information about the p4-projects mailing list