unresolved symbols; I must have lost my brain

From: Heusden, Folkert van (f.v.heusden@ftr.nl)
Date: Tue Apr 03 2001 - 06:10:07 EST


People,

Somehow I must have lost my brain.
In exit.c I introduced some array:

pid_t pidarray[100];

in fork.c I refer to this array:

extern pid_t pidarray[100];

(or something like that. looked it up in K&R, couldn't
find what I did wrong)

for some reason the kernel build process complains
about the pidarray it could not find.
This is a very trivial problem, but, well, I'm not
seing it. Tried to move the declaration to some
header-file, etc. etc. Done it all, doesn't work.

Anyone who can shed some light on this problem?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Apr 07 2001 - 21:00:11 EST