|
On Fri, Dec 24, 1999 at 07:02:34AM -0500, Terrence Enger wrote: > Sorry, I can't believe I forgot to include this in my original question. > (But then I also forgot to put in a subject line. It must have been the > start of a really bad day.) > > I am using Linux, the Slackware '96 distribution with a 2.0 kernel, and gcc > 2.7.2. > > Looking through the system header files, I see similarly named symbols, > except with leading double underscore, in > /usr/src/linux/include/asm/posix_types.h > /usr/include/gnu/types.h > > Thank you for your help. All I can think of is an installation issue... these macros are BSDism which have followed the 'socketing' paradigm from the beginning, so far as I know. Also, if you are using rgrep to determine which files contain this, make sure you tell it to follow symbolic links - it doesn't by default. Or you can try something like this instead: cd /usr/include find -type f -name "*.h" -exec echo {} \; -exec grep FD_ISSET {} \; In any case, I'd recommend upgrading - Slack 96 was probably my second install of Linux, and it was pretty ugly ;) -Jay 'Eraserhead' Felice +--- | This is the LINUX5250 Mailing List! | To submit a new message, send your mail to LINUX5250@midrange.com. | To subscribe to this list send email to LINUX5250-SUB@midrange.com. | To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.