From: Christoph Hellwig <hch@infradead.org>
To: Matthew Wilcox <willy@debian.org>
Cc: linux-kernel@vger.kernel.org, linux-net@vger.kernel.org
Subject: Re: [PATCH] Increase efficiency of CONFIG_NET=n
Date: Sun, 16 Mar 2003 23:57:08 +0000 [thread overview]
Message-ID: <20030316235708.A30119@infradead.org> (raw)
In-Reply-To: <20030316214334.GR29631@parcelfarce.linux.theplanet.co.uk>; from willy@debian.org on Sun, Mar 16, 2003 at 09:43:34PM +0000
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.
next prev parent reply other threads:[~2003-03-16 23:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-16 21:43 [PATCH] Increase efficiency of CONFIG_NET=n Matthew Wilcox
2003-03-16 23:57 ` Christoph Hellwig [this message]
2003-03-17 2:09 ` Matthew Wilcox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030316235708.A30119@infradead.org \
--to=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-net@vger.kernel.org \
--cc=willy@debian.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox