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]

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


On Sat, Mar 11, 2006 at 06:06:34AM -0500, Mike Frysinger wrote:
> 2006-03-11  Mike Frysinger  <vapier@gentoo.org>
> 
> 	* sysdeps/unix/sysv/linux/mips/nptl/fork.c: Use correct path to fork.c.

D'oh - I had an empty directory left over in
nptl/sysdeps/unix/sysv/linux/mips, and that avoided this problem.

I'm checking in this fix instead, which doesn't hardcode the name of
the NPTL add on (not that you can presently rename it, but on
principle...).

-- 
Daniel Jacobowitz
CodeSourcery

2006-03-11  Daniel Jacobowitz  <dan@codesourcery.com>

	* sysdeps/unix/sysv/linux/mips/nptl/fork.c: Correct path to
	i386/fork.c.

Index: libc/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c
===================================================================
--- libc.orig/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c	2005-03-28 04:21:52.000000000 -0500
+++ libc/ports/sysdeps/unix/sysv/linux/mips/nptl/fork.c	2006-03-11 10:49:14.000000000 -0500
@@ -1 +1 @@
-#include "../i386/fork.c"
+#include <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]