From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jody Subject: More Dev86 bugs? Date: Mon, 08 May 2006 00:48:43 -0400 Message-ID: <445ECDAB.7000909@nc.rr.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-8086-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: ELKS I'm seeing a line in /usr/lib/bcc/include/sys/socket.h that throws an error, and for good reason: #include __SYSINC__(socket.h) WTF is that supposed to do?! There are similar lines in various other header files in the same folder. I've never seen this before and it doesn't look at all like valid C syntax to me. Is this supposed to be a #define instead?