]> git.openfabrics.org - ~shefty/rdma-win.git/commit
libibverbs: remove _errno include from verbs.h
authorSean Hefty <sean.hefty@intel.com>
Mon, 12 Jul 2010 19:10:08 +0000 (12:10 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 12 Jul 2010 19:10:08 +0000 (12:10 -0700)
commitda2e67b1661cf4d0134cabd18478054621dfe077
tree478e828ec0d0e831c95f0ebd89d160c713015428
parent8775933407e62bd2d2d46ad45bfb9ca61734052f
libibverbs: remove _errno include from verbs.h

verbs.h is intended to be included directly by applications.  Since
_errno.h is a linux header file abstraction, move its use internal
to libibverbs.  This avoids issues if the user includes errno.h
directly.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>