diff options
author | bde <bde@FreeBSD.org> | 1997-11-18 16:13:06 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-11-18 16:13:06 +0000 |
commit | f4aec38b05f79d1a97ad4f30f57a633f304ee95b (patch) | |
tree | 1360921e3c1741e6e94182cac2e77fc9197d5bcb /sys | |
parent | 8fb85116d49eaf7f67044825632f544752373c3c (diff) | |
download | FreeBSD-src-f4aec38b05f79d1a97ad4f30f57a633f304ee95b.zip FreeBSD-src-f4aec38b05f79d1a97ad4f30f57a633f304ee95b.tar.gz |
Fixed nonblocking mode. It was per-device instead of per-file.
Diffstat (limited to 'sys')
-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 3cd77ed..78c4977 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 |