scripts/genksyms: fix header usage
authorArnaud Lacombe <lacombar@gmail.com>
Mon, 8 Nov 2010 23:31:53 +0000 (18:31 -0500)
committerMichal Marek <mmarek@suse.cz>
Thu, 25 Nov 2010 15:25:06 +0000 (16:25 +0100)
commit01660dfc37933c92dbb7c5718aea61f88025d71f
tree13a55e3214f70f123982a8c274708b1cb904e316
parent8af27e1dc4e4dd7a7b04c2cd0fc3d419d91d45b0
scripts/genksyms: fix header usage

FreeBSD does not like <malloc.h> when __STDC__ is defined, use the standard
<stdlib.h> instead.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/genksyms/parse.c_shipped
scripts/genksyms/parse.y