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 Saturday 11 March 2006 03:05, Mike Frysinger wrote:
>         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: Use correct path to
> vfork.c.

err that changelog entry should obviously read 'fork.c' ... stupid copy & 
paste ;)
-mike
2006-03-11  Mike Frysinger  <vapier@gentoo.org>

	* sysdeps/unix/sysv/linux/mips/nptl/fork.c: Use correct path to fork.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]