diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 11:54:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 11:54:29 +0000 |
commit | 78ede87bd53396798bfa01d854ffce3d94b45fb4 (patch) | |
tree | 71b6473c44cd3cbf0896c984da5ffa1cb015a665 /sys | |
parent | 9183718d907f4ddd9cb083c044541d25491b2170 (diff) |
add strip
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/ttycom.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h index 04d606cd1bc..51c9b11a4e7 100644 --- a/sys/sys/ttycom.h +++ b/sys/sys/ttycom.h @@ -1,5 +1,5 @@ -/* $OpenBSD: ttycom.h,v 1.2 1996/03/03 12:12:34 niklas Exp $ */ -/* $NetBSD: ttycom.h,v 1.3 1994/06/29 06:45:55 cgd Exp $ */ +/* $OpenBSD: ttycom.h,v 1.3 1996/05/22 11:54:28 deraadt Exp $ */ +/* $NetBSD: ttycom.h,v 1.4 1996/05/19 17:17:53 jonathan Exp $ */ /*- * Copyright (c) 1982, 1986, 1990, 1993, 1994 @@ -135,5 +135,6 @@ struct winsize { #define TABLDISC 3 /* tablet discipline */ #define SLIPDISC 4 /* serial IP discipline */ #define PPPDISC 5 /* ppp discipline */ +#define STRIPDISC 6 /* metricom wireless IP discipline */ #endif /* !_SYS_TTYCOM_H_ */ |