Error in kernel/signal.c(2.1.82)

Adam Heath (adam@brainiac.egr.msu.edu)
Fri, 30 Jan 1998 16:31:39 -0500 (EST)


CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KERNELD=y

Configuration made with menuconfig.

Running make clean, make dep works fine. However, running make zImage,
errors out in kernel/signal.c. Updating linux/config.h to what is below
fixed the problem.

I did a grep on all Config.in's, Makefiles, and *.h, and AUTOCONF_INCLUDED
is not defined anywhere.

Adam

--

#ifndef _LINUX_CONFIG_H #define _LINUX_CONFIG_H #define AUTOCONF_INCLUDED

#include <linux/autoconf.h>

#endif