Re: test10-pre4 fails compile on x25.h

From: David S. Miller (davem@redhat.com)
Date: Wed Oct 18 2000 - 19:10:11 EST


   Date: Wed, 18 Oct 2000 20:13:17 -0400 (EDT)
   From: "Robert M. Love" <rml@tech9.net>

   with this, the file failed to compile -- the kernel compiles fine
   with it added back.

Are you sure you didn't mis-patch your tree?

There is only one line in the include you say needs to be added back,
it is a declaration for a function. That function was removed in a
set of changes, so I cannot see how this include line can make any
difference in whether the tree builds are not.

Even if the declaration from the header file is there, the function no
longer exists in the tree and nothing should reference it anymore :-)

Here try this from your linux/ tree;

bash$ egrep x25_proto_init `find . -type f -name "*.[ch]"`

If that command prints anything, you have mis-patched your tree
when going to test10-pre4.

BTW, you could have eliminated some of the mystery by showing the
exact errors that occur due to this problem you see. :-)

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 23 2000 - 21:00:14 EST