Currently, inet_stream_ops only gets exported if experimental code (IPV6 module or KHTTPD) is configured. This patch makes the exporting of inet_stream_ops the same as inet_dgram_ops, whenever CONFIG_INET is defined. I have written a module that needs both these symbols exported, and it would be much cleaner if they both were exported in a consistent manner. Thanks, David Chamness PolyServe, Inc.