Re: [PATCH] Increase efficiency of CONFIG_NET=n

From: Christoph Hellwig (hch@infradead.org)
Date: Sun Mar 16 2003 - 18:57:08 EST


On Sun, Mar 16, 2003 at 09:43:34PM +0000, Matthew Wilcox wrote:
> +asmlinkage long sys_socket(int family, int type, int protocol)
> +{
> + return -ENOSYS;
> +}

Please just use cond_syscall in kernel/sys.c for all this stubbed
out syscalls.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Mar 23 2003 - 22:00:18 EST