diff options
Diffstat (limited to 'sys/sys/snoop.h')
-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. */ |