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

19991201: need glob return values for FreeBSD



>From: Jim Koermer <address@hidden>
>Organization: Plymouth State
>Keywords: 199911052002.NAA04114 McIDAS FreeBSD glob returns

Jim,

I have been working on my NIDS/NOWrad ADDE servers lately updating the
section on generating lists of possible NIDS/NOWrad files.  Some time
ago you sent me a mod for FreeBSD:

FreeBSD:
GLOB_NOCHECK

Other OSes:
GLOB_NOMATCH

I was lacking a check for a read error for the 'glob' function (this
gets set when a directory doesn't exist, for instance).  On Linux and
other OSes, this is specified by GLOB_ABORTED.  What is this on
FreeBSD?

Tom