summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-05-24 00:43:44 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-05-24 00:43:44 +0000
commit2f799208a5b36010d48f5e209ad06dc583c6841d (patch)
tree88483a6574d087fd803c1fbcc0e3ece0bc1531c0
parent7a2254dcf0e031142872613075d86872bad459e3 (diff)
Notes
-rw-r--r--sys/sys/snoop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h
index c252cb90e312..af2524a1d96a 100644
--- a/sys/sys/snoop.h
+++ b/sys/sys/snoop.h
@@ -54,6 +54,7 @@ struct snoop {
#define SNOOP_OFLOW 0x0010
#define SNOOP_DOWN 0x0020
struct selinfo snp_sel; /* Selection info */
+ int snp_olddisc; /* Old line discipline */
};
/* XXX several wrong storage classes and types here. */