diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-05-24 00:43:44 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-05-24 00:43:44 +0000 |
commit | 2f799208a5b36010d48f5e209ad06dc583c6841d (patch) | |
tree | 88483a6574d087fd803c1fbcc0e3ece0bc1531c0 | |
parent | 7a2254dcf0e031142872613075d86872bad459e3 (diff) | |
download | src-2f799208a5b36010d48f5e209ad06dc583c6841d.tar.gz src-2f799208a5b36010d48f5e209ad06dc583c6841d.zip |
Add snp_olddisc member to struct snoop; the linedisc'ized snp(4) uses this.
Pointy hat to: dd
Notes
Notes:
svn path=/head/; revision=77106
-rw-r--r-- | sys/sys/snoop.h | 1 |
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. */ |