From f4aec38b05f79d1a97ad4f30f57a633f304ee95b Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 18 Nov 1997 16:13:06 +0000 Subject: Fixed nonblocking mode. It was per-device instead of per-file. --- sys/sys/snoop.h | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.1