lkml.org 
[lkml]   [1998]   [Apr]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 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

\
 
 \ /
  Last update: 2005-03-22 13:42    [W:2.227 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site