From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert P. J. Day" Date: Sun, 17 Feb 2008 17:50:17 +0000 Subject: Incorrect comment about userspace in if_pppox.h Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ppp@vger.kernel.org from if_pppox.h: ... #ifdef __KERNEL__ #include #include #include #include #include #endif /* __KERNEL__ */ #include /* For user-space programs to pick up these definitions * which they wouldn't get otherwise without defining __KERNEL__ */ ... that comment's placing in that header file is confusing, since it's not clear *what* definitions userspace would be missing if it didn't define __KERNEL__. i'd be tempted to just toss that comment. rday -- ==================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry: Have classroom, will lecture. http://crashcourse.ca Waterloo, Ontario, CANADA ====================================