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. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html