lkml.org 
[lkml]   [1996]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 1.3.71, SMP
In article <Pine.LNX.3.91.960304135816.26635A-100000@micro.internexus.net> you write:
>/usr/src/linux/arch/i386/lib/lib.a -o vmlinux
>fs/fs.o(.text+0x8ef7): undefined reference to `get_binfmt_list'
>make: *** [vmlinux] Error 1
>
>I get the error above when compiling make dep ; make clean ; make zlilo
>with SMP = 1. Is there a patch I need to get for 1.3.71?

I suggest the patch included below. Sorry about that.

Regards,
Martin

--- exec.c.old Tue Mar 5 12:55:08 1996
+++ exec.c Tue Mar 5 12:55:25 1996
@@ -535,7 +535,7 @@
}
#endif
for (try=0; try<2; try++) {
- for (fmt = get_binfmt_list() ; fmt ; fmt = fmt->next) {
+ for (fmt = formats; fmt ; fmt = fmt->next) {
int (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
if (!fn)
continue;

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.034 / U:1.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site