]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kbuild: confdata.c explicitly reference errno, thus need <errno.h>
authorArnaud Lacombe <lacombar@gmail.com>
Tue, 17 Aug 2010 05:40:20 +0000 (01:40 -0400)
committerMichal Marek <mmarek@suse.cz>
Tue, 17 Aug 2010 07:11:38 +0000 (09:11 +0200)
commit94bedeca77bf79a81952ed4c3abb8c1cce4c85dd
treef6fe440415fb6e4b96250569536f80c9bcfca0fc
parenta72f3e2b82eb26f43bed1f83beeeb47830918811
kbuild: confdata.c explicitly reference errno, thus need <errno.h>

This fixes:
% gmake LKC_GENPARSER=1 menuconfig
[...]
scripts/kconfig/confdata.c:739: error: 'errno' undeclared (first use in this function)
scripts/kconfig/confdata.c:739: error: (Each undeclared identifier is reported only once
scripts/kconfig/confdata.c:739: error: for each function it appears in.)
scripts/kconfig/confdata.c:739: error: 'ENOENT' undeclared (first use in this function)

triggered on NetBSD.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/confdata.c