]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
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)
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>

No differences found