lkml.org 
[lkml]   [1997]   [Nov]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[2.1.65] include net/if.h bug
Hi,
there's a bug in 2.1.65's net/if.h include file:
It uses the __caddr_t type several times.
This is ok in glibc, but not on systems still running libc 5. A fix is to
add

#ifndef __GLIBC__
typedef caddr_t __caddr_t;
#endif

after the includes.

LLaP
bero




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