All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.4.14 net errors
@ 2001-11-07  4:08 Keith Owens
  2001-11-07  5:55 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Owens @ 2001-11-07  4:08 UTC (permalink / raw)
  To: linux-kernel

Compile a minimal 2.4.14 kernel, everything set to N.

include/net/tcp_ecn.h: In function `TCP_ECN_send':
In file included from include/net/tcp.h:1036,
                 from net/core/sock.c:122:
		 include/net/tcp_ecn.h:54: union has no member named `af_inet'
		 include/net/tcp_ecn.h:61: union has no member named `af_inet'

# CONFIG_NET is not set
# CONFIG_PCI is not set
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
# CONFIG_SYSVIPC is not set
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_SYSCTL is not set
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
# CONFIG_BINFMT_ELF is not set
# CONFIG_BINFMT_MISC is not set
# CONFIG_PM is not set
# CONFIG_APM is not set

kbuild 2.5 has a note in net/core/Makefile.in

# FIXME: this always selects these objects, even when CONFIG_NET is
# 'n'.  Probably wrong but 2.4.0-test13-pre4 did the same.  KAO

select(sock.o skbuff.o iovec.o datagram.o scm.o)

Why do we compile these objects even when CONFIG_NET=n?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-07  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-07  4:08 2.4.14 net errors Keith Owens
2001-11-07  5:55 ` David S. Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.