RE: [qmailadmin] Qmailadmin-1.0.7.01142003 compile problem under Solaris.

2003-01-15 Thread Michael Bowe
what does your man scandir say? The way that call has been written in the 1.0.7 code seems to match exactly with the example I get when I run man scandir on my Redhat linux box. part of the output of man scandir : EXAMPLE /* print files in current directory in reverse order */

RE: [qmailadmin] Qmailadmin-1.0.7.01142003 compile problem under Solaris.

2003-01-15 Thread Steve Fulton
At 14:48 16/01/2003 +1100, you wrote: what does your man scandir say? The result is identical to man alphasort. FYI, here is the revelant code: #include sys/types.h #include sys/dir.h int scandir(dirname, namelist, select, dcomp); char *dirname; struct direct