Re: [PATCH] Re: bug in socket.h (and maybe many other kernel

Jeff Dike (jdike@karaya.com)
Mon, 20 Sep 1999 20:46:29 -0400


> I would be interested in your "basic C types".

Look in any introductory C book :-) long, int, short, char, enum, and anything
you can construct from them using *, struct, union.

There can't be system headers (user or kernel) included by both sets of files,
so there can't be any shared fancy data structures.

Jeff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/