diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-12 14:03:20 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-12 14:03:20 +0000 |
commit | 5698091788c45f5c39269297aea14ac7b72119c4 (patch) | |
tree | 09dfe3da48e83a6ebad641e02ea372b982fd9620 /TAO/tao | |
parent | 928afd81af46ef3dd2a084b7c8a4a1b58e7649d9 (diff) | |
download | ATCD-5698091788c45f5c39269297aea14ac7b72119c4.tar.gz |
ChangeLogTag: Mon Jul 12 09:00:47 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/Exception.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp index e586cd5a534..c5e438fa3a7 100644 --- a/TAO/tao/Exception.cpp +++ b/TAO/tao/Exception.cpp @@ -271,8 +271,10 @@ CORBA_SystemException::_tao_errno (int errno_value) return TAO_ENOENT_MINOR_CODE; case EBADF: return TAO_EBADF_MINOR_CODE; +#if (ENOSYS != EFAULT) case ENOSYS: return TAO_ENOSYS_MINOR_CODE; +#endif /* ENOSYS != EFAULT */ case EPERM: return TAO_EPERM_MINOR_CODE; case EAFNOSUPPORT: |