summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-05-24 00:43:44 +0000
committerdd <dd@FreeBSD.org>2001-05-24 00:43:44 +0000
commit7c73050498d3c0512ff317928f3a437ba33ef51f (patch)
tree3fedfcb73922f15df9fb25ac1e60839f061e522e /sys
parent0c1af1bd684564de3feefbd794bcee4a8dbe076f (diff)
downloadFreeBSD-src-7c73050498d3c0512ff317928f3a437ba33ef51f.zip
FreeBSD-src-7c73050498d3c0512ff317928f3a437ba33ef51f.tar.gz
Add snp_olddisc member to struct snoop; the linedisc'ized snp(4) uses this.
Pointy hat to: dd
Diffstat (limited to 'sys')
-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 c252cb9..af2524a 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. */
OpenPOWER on IntegriCloud