Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/include/ttyent.h,v rcsdiff: /ftp/cvs/cvsroot/src/include/ttyent.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/include/ttyent.h 1994/10/26 00:56:36 1.5 +++ src/include/ttyent.h 1997/10/20 08:04:23 1.6 @@ -1,4 +1,4 @@ -/* $NetBSD: ttyent.h,v 1.5 1994/10/26 00:56:36 cgd Exp $ */ +/* $NetBSD: ttyent.h,v 1.6 1997/10/20 08:04:23 scottr Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -46,6 +46,7 @@ #define _TTYS_WINDOW "window" #define _TTYS_LOCAL "local" #define _TTYS_RTSCTS "rtscts" +#define _TTYS_DTRCTS "dtrcts" #define _TTYS_SOFTCAR "softcar" #define _TTYS_MDMBUF "mdmbuf" @@ -59,6 +60,7 @@ struct ttyent { #define TTY_RTSCTS 0x08 /* set 'CRTSCTS' on open (dev. specific) */ #define TTY_SOFTCAR 0x10 /* ignore hardware carrier (dev. spec.) */ #define TTY_MDMBUF 0x20 /* set 'MDMBUF' on open (dev. specific) */ +#define TTY_DTRCTS 0x40 /* set 'CDTRCTS' on open (dev. specific) */ int ty_status; /* status flags */ char *ty_window; /* command to start up window manager */ char *ty_comment; /* comment field */