lkml.org 
[lkml]   [1998]   [Apr]   [20]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 20 Apr 1998 04:53:32 -0700 (PDT)
FromTrevor Johnson <>
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    [from the cache]
©2003-2008