Messages in this thread Patch in this message |  | | | Date | Mon, 20 Apr 1998 04:53:32 -0700 (PDT) | | From | Trevor Johnson <> | | Subject | Re: Uploaded 2.0.34pre9 | |
Here's a patch to eliminate a minor warning:
sock.c:132: warning: unused variable `req'
___
Trevor Johnson
--- linux/net/core/sock.c.orig Fri Nov 7 09:57:31 1997
+++ linux/net/core/sock.c Mon Apr 20 04:50:52 1998
@@ -129,7 +129,9 @@
int valbool;
int err;
struct linger ling;
+#ifdef CONFIG_NET
struct ifreq req;
+#endif
/*
* Options without arguments
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
|  |