Date: Mon, 12 Jun 95 09:46:50 CDT From: imdave@ihats103.ih.att.com To: freebsd.org!freebsd-bugs@ig1.att.att.com Subject: system header file problem bug report Message-ID: <9506121446.AA02278@ihats103.ih.att.com>
next in thread | raw e-mail | index | archive | help
Running april snap.... porting xfractint.... ran into undefined symbols sqrtl() etc. because the header files detected long double.... So, I grabbed the GNU C lib thinking it might support the math functions with long double (it turns out it doesn't, but I didn't know this yet.) When I ran the configure script, it worked OK until it referenced sys/sockio.h. This header contains some ioctl's which use some structures that are not declared anywhere in the kernel source tree -- I even grep'ed in the 2.0.1alpha kernel source tree. The ioctl's are: SIOCGETRTINFO, SIOCCGETSGCNT, SIOCCGETVIFCNT and SIOCSETRTINFO It seems to me that these should not be in the header files if FreeBSD does not support them, or at a minimum, the structures that these reference should be declared somewhere. Dave Bodenstab AT&T ...att!ihats1!imdave
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9506121446.AA02278>