[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

zmailer and _fileno



Here is a tidbit from zmailer.
FILE f;
 #if defined(__GNU_LIBRARY__) || defined(__GLIBC__)
    f._fileno = ioop->fd
#else
   f.file = ioop->fd  /* for sysIII systems */
#endif

This is a section of the code.  I'll look around today for any
instances of fileno or _fileno to see how else people try to use it.

=====
James Morrison
   University of Waterloo
   Computer Science - Digital Hardware
   1B

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/



Reply to: