Re: patch for 2.1.88 net/socket.c

David S. Miller (davem@dm.cobaltmicro.com)
Thu, 5 Mar 1998 19:10:39 -0800


Date: Thu, 05 Mar 1998 12:01:04 -0500
From: Bill Hawes <whawes@star.net>

A minor nit...

-extern __inline__ struct socket *sockfd_lookup(int fd, int *err)
+extern struct socket *sockfd_lookup(int fd, int *err)

Either make it inline again, or remove the 'extern' ;-) Also you
need to propagate your changes to arch/sparc64/kernel/sys_sparc32.c as
well, grep is your friend.

Later,
David S. Miller
davem@dm.cobaltmicro.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu