Commit 5781d96d authored by Bruce Momjian's avatar Bruce Momjian

Change bsdi define to __bsdi__

parent de4e18a3
......@@ -245,7 +245,7 @@ pg_scandir(migratorContext *ctx, const char *dirname,
* autoconf doesn't have a suitable builtin test and it seems overkill
* to add one just to avoid a warning.
*/
#elif defined(freebsd) || defined(bsdi) || defined(__darwin__) || defined(openbsd)
#elif defined(freebsd) || defined(__bsdi__) || defined(__darwin__) || defined(openbsd)
/* no const */
return scandir(dirname, namelist, (int (*) (struct dirent *)) selector, NULL);
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment