This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] fix building of mips/nptl/fork.c


actually, i spent sometime looking through the source code and i've attached a 
simple patch to fix the issue that i'm pretty sure is correct
-mike
2006-03-11  Mike Frysinger  <vapier@gentoo.org>

	* sysdeps/unix/sysv/linux/mips/nptl/fork.c: Use correct path to vfork.c.

--- sysdeps/unix/sysv/linux/mips/nptl/fork.c
+++ sysdeps/unix/sysv/linux/mips/nptl/fork.c
@@ -1 +1 @@
-#include "../i386/fork.c"
+#include <nptl/sysdeps/unix/sysv/linux/i386/fork.c>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]