diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-11-18 16:13:06 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-11-18 16:13:06 +0000 |
commit | e81b65dbdcd5a372908665a4b7dd88a0de7e0222 (patch) | |
tree | 31467b6393284580a8e30ff028d00124293f1343 /sys/sys/snoop.h | |
parent | d96bc99dacbe3701d7becff8b90dc25987c3dce0 (diff) | |
download | src-e81b65dbdcd5a372908665a4b7dd88a0de7e0222.tar.gz src-e81b65dbdcd5a372908665a4b7dd88a0de7e0222.zip |
Fixed nonblocking mode. It was per-device instead of per-file.
Notes
Notes:
svn path=/head/; revision=31281
Diffstat (limited to 'sys/sys/snoop.h')
-rw-r--r-- | sys/sys/snoop.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index 3cd77edb37f8..78c49770909c 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -46,7 +46,6 @@ struct snoop { u_long snp_blen; /* Overall buffer len */ caddr_t snp_buf; /* Data buffer */ int snp_flags; /* Flags place */ -#define SNOOP_NBIO 0x0001 #define SNOOP_ASYNC 0x0002 #define SNOOP_OPEN 0x0004 #define SNOOP_RWAIT 0x0008 |