* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.

This commit is contained in:
Christopher Faylor
2000-05-06 03:33:10 +00:00
parent b5c5e30da7
commit 2a1064aad6
4 changed files with 7 additions and 3 deletions

View File

@@ -885,7 +885,7 @@ echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
if test "$ac_test_CFLAGS" = set; then
CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
CFLAGS="-g -O2"
CFLAGS="-gstabs+ -O2"
else
CFLAGS="-O2"
fi