]> git.openfabrics.org - ~shefty/librdmacm.git/commit
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)
commited304c39d3fa44374c90e5b54432f8f57bba78a7
tree4b3715465e5fbbc65460a5c47049ba42e48710f2
parentdacc495f23ea3719bc98a8a6c148771d5097caf0
rsockets: Fix F_SETFL to use an int rather than long

The flags are specified as an int, not a long.  The
rsocket code handles the flag incorrectly.