From 2f799208a5b36010d48f5e209ad06dc583c6841d Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Thu, 24 May 2001 00:43:44 +0000 Subject: Add snp_olddisc member to struct snoop; the linedisc'ized snp(4) uses this. Pointy hat to: dd --- sys/sys/snoop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') 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. */ -- cgit v1.2.3