Return the i/o size, not a truth value, in the probe.

This commit is contained in:
Bruce Evans 1995-12-16 21:37:58 +00:00
parent 62f84fd1ba
commit cc3b5b8ba6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12898

View File

@ -63,7 +63,7 @@
***********************************************************************/
#define PROBE_FAIL 0
#define PROBE_SUCCESS 1
#define PROBE_SUCCESS IO_GSCSIZE
#define SUCCESS 0
#define FAIL -1
#define INVALID FAIL