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 [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---

Reply via email to