]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
rsockets: Fix F_SETFL to use an int rather than long
authorSean Hefty <sean.hefty@intel.com>
Tue, 10 Feb 2015 19:55:12 +0000 (11:55 -0800)
committerSean Hefty <sean.hefty@intel.com>
Tue, 10 Feb 2015 19:55:12 +0000 (11:55 -0800)
The flags are specified as an int, not a long.  The
rsocket code handles the flag incorrectly.

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

No differences found